#52119E

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

Shades of Indigo #52119E

Tints of Indigo #52119E

Color information

#52119E (or 0x52119E) is unknown color: approx Indigo. HEX triplet: 52, 11 and 9E. RGB value is (82,17,158). Sum of RGB (Red+Green+Blue) = 82+17+158=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #52119E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52119E is #ADEE61. Grayscale: #343434. Windows color (decimal): -11398754 or 10359122. OLE color: 10359122.

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

Color convert

RGB8217158-
CMYK0.480.8900.38
HSL267.66º80.57%34.31%-
HSV(B)267.66º89.24%61.96%-
XYZ9.854.6632.73-
YUV52.51187.53149.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 17 (7.03% from 255) = 6.61%
BLUE value IS 158 (62.11% from 255) = 61.48%
R=31.91%
G=6.61%
B=61.48%

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
Decimal82171580.480.8900.38267.6680.5734.31
Hex52119E305902610c5122
Octal122212366013104641412142
Binary10100101000110011110110000101100101001101000011001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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