#52046C

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

Shades of Indigo #52046C

Tints of Indigo #52046C

Color information

#52046C (or 0x52046C) is unknown color: approx Indigo. HEX triplet: 52, 04 and 6C. RGB value is (82,4,108). Sum of RGB (Red+Green+Blue) = 82+4+108=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #52046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52046C is #ADFB93. Grayscale: #262626. Windows color (decimal): -11402132 or 7078994. OLE color: 7078994.

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

Color convert

RGB824108-
CMYK0.240.9600.58
HSL285º92.86%21.96%-
HSV(B)285º96.3%42.35%-
XYZ6.232.9614.43-
YUV39.18166.84158.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.27%
GREEN value IS 4 (1.95% from 255) = 2.06%
BLUE value IS 108 (42.58% from 255) = 55.67%
R=42.27%
G=2.06%
B=55.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8241080.240.9600.5828592.8621.96
Hex5246C186003A11d5d16
Octal12241543014007243513526
Binary101001010011011001100011000000111010100011101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52046C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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