#52008a

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

Shades of Indigo #52008A

Tints of Indigo #52008A

Color information

#52008A (or 0x52008A) is unknown color: approx Indigo. HEX triplet: 52, 00 and 8A. RGB value is (82,0,138). Sum of RGB (Red+Green+Blue) = 82+0+138=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #52008A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52008A is #ADFF75. Grayscale: #272727. Windows color (decimal): -11403126 or 9044050. OLE color: 9044050.

HSL color Cylindrical-coordinate representation of color #52008A: hue angle of 275.65º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52008A is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB820138-
CMYK0.41100.46
HSL275.65º100%27.06%-
HSV(B)275.65º100%54.12%-
XYZ8.073.6324.32-
YUV40.25183.17157.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 138 (54.30% from 255) = 62.73%
R=37.27%
G=0%
B=62.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8201380.41100.46275.6510027.06
Hex5208A296402E114641b
Octal12202125114405642414433
Binary101001001000101010100111001000101110100010100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52008a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52008a; }

 p { color: rgb(82,0,138); }

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

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

 a { background-color: rgb(82,0,138); }

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

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

 span { border-color: rgb(82,0,138); }

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