#521999

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

Shades of Indigo #521999

Tints of Indigo #521999

Color information

#521999 (or 0x521999) is unknown color: approx Indigo. HEX triplet: 52, 19 and 99. RGB value is (82,25,153). Sum of RGB (Red+Green+Blue) = 82+25+153=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #521999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521999 is #ADE666. Grayscale: #383838. Windows color (decimal): -11396711 or 10033490. OLE color: 10033490.

HSL color Cylindrical-coordinate representation of color #521999: hue angle of 266.72º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521999 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8225153-
CMYK0.460.8400.4
HSL266.72º71.91%34.9%-
HSV(B)266.72º83.66%60%-
XYZ9.584.7930.56-
YUV56.64182.38146.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.54%
GREEN value IS 25 (10.16% from 255) = 9.62%
BLUE value IS 153 (60.16% from 255) = 58.85%
R=31.54%
G=9.62%
B=58.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82251530.460.8400.4266.7271.9134.9
Hex5219992E5402810b4823
Octal122312315612405041311043
Binary10100101100110011001101110101010001010001000010111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521999; }

 p { color: rgb(82,25,153); }

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

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

 a { background-color: rgb(82,25,153); }

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

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

 span { border-color: rgb(82,25,153); }

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