#520078

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

Shades of Indigo #520078

Tints of Indigo #520078

Color information

#520078 (or 0x520078) is unknown color: approx Indigo. HEX triplet: 52, 00 and 78. RGB value is (82,0,120). Sum of RGB (Red+Green+Blue) = 82+0+120=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #520078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520078 is #ADFF87. Grayscale: #252525. Windows color (decimal): -11403144 or 7864402. OLE color: 7864402.

HSL color Cylindrical-coordinate representation of color #520078: hue angle of 281º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520078 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB820120-
CMYK0.32100.53
HSL281º100%23.53%-
HSV(B)281º100%47.06%-
XYZ6.873.1518.02-
YUV38.2174.17159.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 59.41%
R=40.59%
G=0%
B=59.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8201200.32100.5328110023.53
Hex5207820640351196418
Octal12201704014406543114430
Binary10100100111100010000011001000110101100011001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520078; }

 p { color: rgb(82,0,120); }

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

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

 a { background-color: rgb(82,0,120); }

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

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

 span { border-color: rgb(82,0,120); }

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