#52029E

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

Shades of Indigo #52029E

Tints of Indigo #52029E

Color information

#52029E (or 0x52029E) is unknown color: approx Indigo. HEX triplet: 52, 02 and 9E. RGB value is (82,2,158). Sum of RGB (Red+Green+Blue) = 82+2+158=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #52029E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52029E is #ADFD61. Grayscale: #2B2B2B. Windows color (decimal): -11402594 or 10355282. OLE color: 10355282.

HSL color Cylindrical-coordinate representation of color #52029E: hue angle of 270.77º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52029E is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB822158-
CMYK0.480.9900.38
HSL270.77º97.5%31.37%-
HSV(B)270.77º98.73%61.96%-
XYZ9.674.3132.67-
YUV43.7192.5155.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.88%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 158 (62.11% from 255) = 65.29%
R=33.88%
G=0.83%
B=65.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8221580.480.9900.38270.7797.531.37
Hex5229E306302610f621f
Octal12222366014304641714237
Binary1010010101001111011000011000110100110100001111110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52029E; }

 p { color: rgb(82,2,158); }

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

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

 a { background-color: rgb(82,2,158); }

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

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

 span { border-color: rgb(82,2,158); }

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