#521990

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

Shades of Indigo #521990

Tints of Indigo #521990

Color information

#521990 (or 0x521990) is unknown color: approx Indigo. HEX triplet: 52, 19 and 90. RGB value is (82,25,144). Sum of RGB (Red+Green+Blue) = 82+25+144=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #521990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521990 is #ADE66F. Grayscale: #373737. Windows color (decimal): -11396720 or 9443666. OLE color: 9443666.

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

Color convert

RGB8225144-
CMYK0.430.8300.44
HSL268.74º70.41%33.14%-
HSV(B)268.74º82.64%56.47%-
XYZ8.864.526.79-
YUV55.61177.88146.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.67%
GREEN value IS 25 (10.16% from 255) = 9.96%
BLUE value IS 144 (56.64% from 255) = 57.37%
R=32.67%
G=9.96%
B=57.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82251440.430.8300.44268.7470.4133.14
Hex5219902B5302C10d4621
Octal122312205312305441510641
Binary10100101100110010000101011101001101011001000011011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521990; }

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

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

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

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

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

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

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

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