#52198B

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

Shades of Indigo #52198B

Tints of Indigo #52198B

Color information

#52198B (or 0x52198B) is unknown color: approx Indigo. HEX triplet: 52, 19 and 8B. RGB value is (82,25,139). Sum of RGB (Red+Green+Blue) = 82+25+139=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #52198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52198B is #ADE674. Grayscale: #363636. Windows color (decimal): -11396725 or 9115986. OLE color: 9115986.

HSL color Cylindrical-coordinate representation of color #52198B: hue angle of 270º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52198B is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8225139-
CMYK0.410.8200.45
HSL270º69.51%32.16%-
HSV(B)270º82.01%54.51%-
XYZ8.494.3524.82-
YUV55.04175.38147.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 25 (10.16% from 255) = 10.16%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=33.33%
G=10.16%
B=56.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82251390.410.8200.4527069.5132.16
Hex52198B295202D10e4620
Octal122312135112205541610640
Binary10100101100110001011101001101001001011011000011101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52198B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52198B; }

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

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

<style>
 a { background-color: #52198B; }

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

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

<style>
 span { border-color: #52198B; }

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

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