Shades of Indigo #53189F
Tints of Indigo #53189F
RGB
CMYK
RGB Variations
Color information
#53189F (or 0x53189F) is known color: Indigo. HEX triplet: 53, 18 and 9F. RGB value is (83,24,159). Sum of RGB (Red+Green+Blue) = 83+24+159=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #53189F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53189F is #ACE760. Grayscale: #383838. Windows color (decimal): -11331425 or 10426451. OLE color: 10426451.
HSL color Cylindrical-coordinate representation of color #53189F: hue angle of 266.22º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #53189F is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 24 | 159 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.38 |
| HSL | 266.22º | 0.74% | 0.36% | - |
| HSV(B) | 266.22º | 0.85% | 0.62% | - |
| XYZ | 10.15 | 5 | 33.23 | - |
| YUV | 57.03 | 185.55 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 24 | 159 | 0.48 | 0.85 | 0 | 0.38 | 266.22 | 0.74 | 0.36 |
| Hex | 53 | 18 | 9F | 30 | 55 | 0 | 26 | 10A | 4A | 24 |
| Octal | 123 | 30 | 237 | 60 | 125 | 0 | 46 | 412 | 112 | 44 |
| Binary | 1010011 | 11000 | 10011111 | 110000 | 1010101 | 0 | 100110 | 100001010 | 1001010 | 100100 |
Color Harmonies of #53189F
Complementary color
Monochromatic Colors of #53189F
Black with #53189F
Text Example
Text Example
White with #53189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53189F; }
p { color: rgb(83,24,159); }
H1.HeaderClassName
{
color: #53189F;
}
.AnyTagClassName
{
color: #53189F;
}
</style>
background-color css
<style>
a { background-color: #53189F; }
a { background-color: rgb(83,24,159); }
div.DivClassName
{
background-color: #53189F;
}
.BgClassName
{
background-color: #53189F;
}
</style>
border-color css
<style>
span { border-color: #53189F; }
span { border-color: rgb(83,24,159); }
td.TdClassName
{
border-color: #53189F;
}
.TagClassName
{
border-color: #53189F;
}
</style>