#520992

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

Shades of Indigo #520992

Tints of Indigo #520992

Color information

#520992 (or 0x520992) is unknown color: approx Indigo. HEX triplet: 52, 09 and 92. RGB value is (82,9,146). Sum of RGB (Red+Green+Blue) = 82+9+146=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #520992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520992 is #ADF66D. Grayscale: #2D2D2D. Windows color (decimal): -11400814 or 9570642. OLE color: 9570642.

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

Color convert

RGB829146-
CMYK0.440.9400.43
HSL271.97º88.39%30.39%-
HSV(B)271.97º93.84%57.25%-
XYZ8.774.0627.52-
YUV46.45184.18153.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 9 (3.91% from 255) = 3.80%
BLUE value IS 146 (57.42% from 255) = 61.60%
R=34.60%
G=3.80%
B=61.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8291460.440.9400.43271.9788.3930.39
Hex529922C5E02B110581e
Octal122112225413605342013036
Binary101001010011001001010110010111100101011100010000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520992; }

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

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

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

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

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

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

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

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