#52199E

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

Shades of Indigo #52199E

Tints of Indigo #52199E

Color information

#52199E (or 0x52199E) is unknown color: approx Indigo. HEX triplet: 52, 19 and 9E. RGB value is (82,25,158). Sum of RGB (Red+Green+Blue) = 82+25+158=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #52199E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52199E is #ADE661. Grayscale: #383838. Windows color (decimal): -11396706 or 10361170. OLE color: 10361170.

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

Color convert

RGB8225158-
CMYK0.480.8400.38
HSL265.71º72.68%35.88%-
HSV(B)265.71º84.18%61.96%-
XYZ104.9632.78-
YUV57.2184.88145.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 25 (10.16% from 255) = 9.43%
BLUE value IS 158 (62.11% from 255) = 59.62%
R=30.94%
G=9.43%
B=59.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82251580.480.8400.38265.7172.6835.88
Hex52199E305402610a4924
Octal122312366012404641211144
Binary10100101100110011110110000101010001001101000010101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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