#521991

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

Shades of Indigo #521991

Tints of Indigo #521991

Color information

#521991 (or 0x521991) is unknown color: approx Indigo. HEX triplet: 52, 19 and 91. RGB value is (82,25,145). Sum of RGB (Red+Green+Blue) = 82+25+145=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #521991 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521991 is #ADE66E. Grayscale: #373737. Windows color (decimal): -11396719 or 9509202. OLE color: 9509202.

HSL color Cylindrical-coordinate representation of color #521991: hue angle of 268.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #521991 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8225145-
CMYK0.430.8300.43
HSL268.5º70.59%33.33%-
HSV(B)268.5º82.76%56.86%-
XYZ8.944.5327.19-
YUV55.72178.38146.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 25 (10.16% from 255) = 9.92%
BLUE value IS 145 (57.03% from 255) = 57.54%
R=32.54%
G=9.92%
B=57.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82251450.430.8300.43268.570.5933.33
Hex5219912B5302B10c4721
Octal122312215312305341410741
Binary10100101100110010001101011101001101010111000011001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521991; }

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

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

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

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

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

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

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

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