#520077

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

Shades of Indigo #520077

Tints of Indigo #520077

Color information

#520077 (or 0x520077) is unknown color: approx Indigo. HEX triplet: 52, 00 and 77. RGB value is (82,0,119). Sum of RGB (Red+Green+Blue) = 82+0+119=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #520077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520077 is #ADFF88. Grayscale: #252525. Windows color (decimal): -11403145 or 7798866. OLE color: 7798866.

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

Color convert

RGB820119-
CMYK0.31100.53
HSL281.34º100%23.33%-
HSV(B)281.34º100%46.67%-
XYZ6.813.1317.7-
YUV38.08173.67159.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 59.20%
R=40.80%
G=0%
B=59.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8201190.31100.53281.3410023.33
Hex520771F640351196417
Octal12201673714406543114427
Binary1010010011101111111111001000110101100011001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520077; }

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

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

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

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

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

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

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

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