#52106D

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

Shades of Indigo #52106D

Tints of Indigo #52106D

Color information

#52106D (or 0x52106D) is unknown color: approx Indigo. HEX triplet: 52, 10 and 6D. RGB value is (82,16,109). Sum of RGB (Red+Green+Blue) = 82+16+109=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #52106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52106D is #ADEF92. Grayscale: #2E2E2E. Windows color (decimal): -11399059 or 7147602. OLE color: 7147602.

HSL color Cylindrical-coordinate representation of color #52106D: hue angle of 282.58º degrees, saturation: 0.74, 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 #52106D is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8216109-
CMYK0.250.8500.57
HSL282.58º74.4%24.51%-
HSV(B)282.58º85.32%42.75%-
XYZ6.433.2714.76-
YUV46.34163.37153.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 16 (6.64% from 255) = 7.73%
BLUE value IS 109 (42.97% from 255) = 52.66%
R=39.61%
G=7.73%
B=52.66%

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
Decimal82161090.250.8500.57282.5874.424.51
Hex52106D195503911b4a19
Octal122201553112507143311231
Binary10100101000011011011100110101010111001100011011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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