#52106E

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

Shades of Indigo #52106E

Tints of Indigo #52106E

Color information

#52106E (or 0x52106E) is unknown color: approx Indigo. HEX triplet: 52, 10 and 6E. RGB value is (82,16,110). Sum of RGB (Red+Green+Blue) = 82+16+110=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #52106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52106E is #ADEF91. Grayscale: #2E2E2E. Windows color (decimal): -11399058 or 7213138. OLE color: 7213138.

HSL color Cylindrical-coordinate representation of color #52106E: hue angle of 282.13º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52106E is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8216110-
CMYK0.250.8500.57
HSL282.13º74.6%24.71%-
HSV(B)282.13º85.45%43.14%-
XYZ6.483.2915.05-
YUV46.45163.87153.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 16 (6.64% from 255) = 7.69%
BLUE value IS 110 (43.36% from 255) = 52.88%
R=39.42%
G=7.69%
B=52.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82161100.250.8500.57282.1374.624.71
Hex52106E195503911a4b19
Octal122201563112507143211331
Binary10100101000011011101100110101010111001100011010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,16,110); }

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

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

 a { background-color: rgb(82,16,110); }

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

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

 span { border-color: rgb(82,16,110); }

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