#53198B

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

Shades of Indigo #53198B

Tints of Indigo #53198B

Color information

#53198B (or 0x53198B) is unknown color: approx Indigo. HEX triplet: 53, 19 and 8B. RGB value is (83,25,139). Sum of RGB (Red+Green+Blue) = 83+25+139=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #53198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53198B is #ACE674. Grayscale: #363636. Windows color (decimal): -11331189 or 9115987. OLE color: 9115987.

HSL color Cylindrical-coordinate representation of color #53198B: hue angle of 270.53º 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 #53198B is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8325139-
CMYK0.400.8200.45
HSL270.53º69.51%32.16%-
HSV(B)270.53º82.01%54.51%-
XYZ8.584.424.82-
YUV55.34175.22147.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.60%
GREEN value IS 25 (10.16% from 255) = 10.12%
BLUE value IS 139 (54.69% from 255) = 56.28%
R=33.60%
G=10.12%
B=56.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83251390.400.8200.45270.5369.5132.16
Hex53198B285202D10f4620
Octal123312135012205541710640
Binary10100111100110001011101000101001001011011000011111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53198B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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