#521590

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

Shades of Indigo #521590

Tints of Indigo #521590

Color information

#521590 (or 0x521590) is unknown color: approx Indigo. HEX triplet: 52, 15 and 90. RGB value is (82,21,144). Sum of RGB (Red+Green+Blue) = 82+21+144=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #521590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521590 is #ADEA6F. Grayscale: #343434. Windows color (decimal): -11397744 or 9442642. OLE color: 9442642.

HSL color Cylindrical-coordinate representation of color #521590: hue angle of 269.76º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521590 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8221144-
CMYK0.430.8500.44
HSL269.76º74.55%32.35%-
HSV(B)269.76º85.42%56.47%-
XYZ8.784.3426.76-
YUV53.26179.21148.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 21 (8.59% from 255) = 8.50%
BLUE value IS 144 (56.64% from 255) = 58.30%
R=33.20%
G=8.50%
B=58.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82211440.430.8500.44269.7674.5532.35
Hex5215902B5502C10e4b20
Octal122252205312505441611340
Binary10100101010110010000101011101010101011001000011101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521590; }

 p { color: rgb(82,21,144); }

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

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

 a { background-color: rgb(82,21,144); }

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

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

 span { border-color: rgb(82,21,144); }

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