#520897

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

Shades of Indigo #520897

Tints of Indigo #520897

Color information

#520897 (or 0x520897) is unknown color: approx Indigo. HEX triplet: 52, 08 and 97. RGB value is (82,8,151). Sum of RGB (Red+Green+Blue) = 82+8+151=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 151 (59.38% from 255 or 62.66% from 241); Max value from RGB is 151 - color contains mainly: blue. Hex color #520897 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520897 is #ADF768. Grayscale: #2D2D2D. Windows color (decimal): -11401065 or 9898066. OLE color: 9898066.

HSL color Cylindrical-coordinate representation of color #520897: hue angle of 271.05º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520897 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB828151-
CMYK0.460.9500.41
HSL271.05º89.94%31.18%-
HSV(B)271.05º94.7%59.22%-
XYZ9.154.229.61-
YUV46.43187.02153.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 8 (3.52% from 255) = 3.32%
BLUE value IS 151 (59.38% from 255) = 62.66%
R=34.02%
G=3.32%
B=62.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8281510.460.9500.41271.0589.9431.18
Hex528972E5F02910f5a1f
Octal122102275613705141713237
Binary101001010001001011110111010111110101001100001111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520897; }

 p { color: rgb(82,8,151); }

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

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

 a { background-color: rgb(82,8,151); }

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

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

 span { border-color: rgb(82,8,151); }

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