#52109D

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

Shades of Indigo #52109D

Tints of Indigo #52109D

Color information

#52109D (or 0x52109D) is unknown color: approx Indigo. HEX triplet: 52, 10 and 9D. RGB value is (82,16,157). Sum of RGB (Red+Green+Blue) = 82+16+157=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #52109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52109D is #ADEF62. Grayscale: #333333. Windows color (decimal): -11399011 or 10293330. OLE color: 10293330.

HSL color Cylindrical-coordinate representation of color #52109D: hue angle of 268.09º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52109D is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8216157-
CMYK0.480.9000.38
HSL268.09º81.5%33.92%-
HSV(B)268.09º89.81%61.57%-
XYZ9.754.632.27-
YUV51.81187.37149.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.16%
GREEN value IS 16 (6.64% from 255) = 6.27%
BLUE value IS 157 (61.72% from 255) = 61.57%
R=32.16%
G=6.27%
B=61.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82161570.480.9000.38268.0981.533.92
Hex52109D305A02610c5222
Octal122202356013204641412242
Binary10100101000010011101110000101101001001101000011001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52109D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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