#520398

Color #520398 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #520398

Tints of Indigo #520398

Color information

#520398 (or 0x520398) is unknown color: approx Indigo. HEX triplet: 52, 03 and 98. RGB value is (82,3,152). Sum of RGB (Red+Green+Blue) = 82+3+152=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #520398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520398 is #ADFC67. Grayscale: #2B2B2B. Windows color (decimal): -11402344 or 9962322. OLE color: 9962322.

HSL color Cylindrical-coordinate representation of color #520398: hue angle of 271.81º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520398 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB823152-
CMYK0.460.9800.40
HSL271.81º96.13%30.39%-
HSV(B)271.81º98.03%59.61%-
XYZ9.184.1330.02-
YUV43.61189.17155.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 3 (1.56% from 255) = 1.27%
BLUE value IS 152 (59.77% from 255) = 64.14%
R=34.60%
G=1.27%
B=64.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8231520.460.9800.40271.8196.1330.39
Hex523982E62028110601e
Octal12232305614205042014036
Binary1010010111001100010111011000100101000100010000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520398; }

 p { color: rgb(82,3,152); }

 H1.HeaderClassName
 {
   color: #520398;
 }
 .AnyTagClassName
 {
   color: #520398;
 }
</style>
background-color css

<style>
 a { background-color: #520398; }

 a { background-color: rgb(82,3,152); }

 div.DivClassName
 {
   background-color: #520398;
 }
 .BgClassName
 {
   background-color: #520398;
 }
</style>
border-color css

<style>
 span { border-color: #520398; }

 span { border-color: rgb(82,3,152); }

 td.TdClassName
 {
   border-color: #520398;
 }
 .TagClassName
 {
   border-color: #520398;
 }
</style>