#52129F

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

Shades of Indigo #52129F

Tints of Indigo #52129F

Color information

#52129F (or 0x52129F) is unknown color: approx Indigo. HEX triplet: 52, 12 and 9F. RGB value is (82,18,159). Sum of RGB (Red+Green+Blue) = 82+18+159=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #52129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52129F is #ADED60. Grayscale: #343434. Windows color (decimal): -11398497 or 10424914. OLE color: 10424914.

HSL color Cylindrical-coordinate representation of color #52129F: hue angle of 267.23º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52129F is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8218159-
CMYK0.480.8900.38
HSL267.23º79.66%34.71%-
HSV(B)267.23º88.68%62.35%-
XYZ9.954.7333.19-
YUV53.21187.7148.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 159 (62.5% from 255) = 61.39%
R=31.66%
G=6.95%
B=61.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82181590.480.8900.38267.2379.6634.71
Hex52129F305902610b5023
Octal122222376013104641312043
Binary10100101001010011111110000101100101001101000010111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,18,159); }

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

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

 a { background-color: rgb(82,18,159); }

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

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

 span { border-color: rgb(82,18,159); }

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