#52116F

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

Shades of Indigo #52116F

Tints of Indigo #52116F

Color information

#52116F (or 0x52116F) is unknown color: approx Indigo. HEX triplet: 52, 11 and 6F. RGB value is (82,17,111). Sum of RGB (Red+Green+Blue) = 82+17+111=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #52116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52116F is #ADEE90. Grayscale: #2E2E2E. Windows color (decimal): -11398801 or 7278930. OLE color: 7278930.

HSL color Cylindrical-coordinate representation of color #52116F: hue angle of 281.49º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52116F is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8217111-
CMYK0.260.8500.56
HSL281.49º73.44%25.1%-
HSV(B)281.49º84.68%43.53%-
XYZ6.553.3415.34-
YUV47.15164.03152.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 17 (7.03% from 255) = 8.10%
BLUE value IS 111 (43.75% from 255) = 52.86%
R=39.05%
G=8.10%
B=52.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82171110.260.8500.56281.4973.4425.1
Hex52116F1A550381194919
Octal122211573212507043111131
Binary10100101000111011111101010101010111000100011001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52116F; }

 p { color: rgb(82,17,111); }

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

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

 a { background-color: rgb(82,17,111); }

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

<style>
 span { border-color: #52116F; }

 span { border-color: rgb(82,17,111); }

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