#52036C

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

Shades of Indigo #52036C

Tints of Indigo #52036C

Color information

#52036C (or 0x52036C) is unknown color: approx Indigo. HEX triplet: 52, 03 and 6C. RGB value is (82,3,108). Sum of RGB (Red+Green+Blue) = 82+3+108=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #52036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52036C is #ADFC93. Grayscale: #262626. Windows color (decimal): -11402388 or 7078738. OLE color: 7078738.

HSL color Cylindrical-coordinate representation of color #52036C: hue angle of 285.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52036C is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB823108-
CMYK0.240.9700.58
HSL285.14º94.59%21.76%-
HSV(B)285.14º97.22%42.35%-
XYZ6.222.9414.43-
YUV38.59167.17158.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.49%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 108 (42.58% from 255) = 55.96%
R=42.49%
G=1.55%
B=55.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8231080.240.9700.58285.1494.5921.76
Hex5236C186103A11d5f16
Octal12231543014107243513726
Binary10100101111011001100011000010111010100011101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52036C; }

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

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

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

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

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

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

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

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