#520990

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

Shades of Indigo #520990

Tints of Indigo #520990

Color information

#520990 (or 0x520990) is unknown color: approx Indigo. HEX triplet: 52, 09 and 90. RGB value is (82,9,144). Sum of RGB (Red+Green+Blue) = 82+9+144=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #520990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520990 is #ADF66F. Grayscale: #2D2D2D. Windows color (decimal): -11400816 or 9439570. OLE color: 9439570.

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

Color convert

RGB829144-
CMYK0.430.9400.44
HSL272.44º88.24%30%-
HSV(B)272.44º93.75%56.47%-
XYZ8.61426.7-
YUV46.22183.18153.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.89%
GREEN value IS 9 (3.91% from 255) = 3.83%
BLUE value IS 144 (56.64% from 255) = 61.28%
R=34.89%
G=3.83%
B=61.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8291440.430.9400.44272.4488.2430
Hex529902B5E02C110581e
Octal122112205313605442013036
Binary101001010011001000010101110111100101100100010000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520990; }

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

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

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

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

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

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

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

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