#52028E

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

Shades of Indigo #52028E

Tints of Indigo #52028E

Color information

#52028E (or 0x52028E) is unknown color: approx Indigo. HEX triplet: 52, 02 and 8E. RGB value is (82,2,142). Sum of RGB (Red+Green+Blue) = 82+2+142=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #52028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52028E is #ADFD71. Grayscale: #292929. Windows color (decimal): -11402610 or 9306706. OLE color: 9306706.

HSL color Cylindrical-coordinate representation of color #52028E: hue angle of 274.29º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52028E is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB822142-
CMYK0.420.9900.44
HSL274.29º97.22%28.24%-
HSV(B)274.29º98.59%55.69%-
XYZ8.383.7925.88-
YUV41.88184.5156.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.28%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 142 (55.86% from 255) = 62.83%
R=36.28%
G=0.88%
B=62.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8221420.420.9900.44274.2997.2228.24
Hex5228E2A6302C112611c
Octal12222165214305442214134
Binary1010010101000111010101011000110101100100010010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52028E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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