#520392

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

Shades of Indigo #520392

Tints of Indigo #520392

Color information

#520392 (or 0x520392) is unknown color: approx Indigo. HEX triplet: 52, 03 and 92. RGB value is (82,3,146). Sum of RGB (Red+Green+Blue) = 82+3+146=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #520392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520392 is #ADFC6D. Grayscale: #2A2A2A. Windows color (decimal): -11402350 or 9569106. OLE color: 9569106.

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

Color convert

RGB823146-
CMYK0.440.9800.43
HSL273.15º95.97%29.22%-
HSV(B)273.15º97.95%57.25%-
XYZ8.73.9327.49-
YUV42.92186.17155.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.50%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 146 (57.42% from 255) = 63.20%
R=35.50%
G=1.30%
B=63.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8231460.440.9800.43273.1595.9729.22
Hex523922C6202B111601d
Octal12232225414205342114035
Binary1010010111001001010110011000100101011100010001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520392; }

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

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

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

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

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

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

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

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