Shades of Indigo #53158D
Tints of Indigo #53158D
RGB
CMYK
RGB Variations
Color information
#53158D (or 0x53158D) is known color: Indigo. HEX triplet: 53, 15 and 8D. RGB value is (83,21,141). Sum of RGB (Red+Green+Blue) = 83+21+141=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #53158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53158D is #ACEA72. Grayscale: #343434. Windows color (decimal): -11332211 or 9246035. OLE color: 9246035.
HSL color Cylindrical-coordinate representation of color #53158D: hue angle of 271º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #53158D is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 21 | 141 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.45 |
| HSL | 271º | 0.74% | 0.32% | - |
| HSV(B) | 271º | 0.85% | 0.55% | - |
| XYZ | 8.64 | 4.3 | 25.57 | - |
| YUV | 53.22 | 177.54 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 141 | 0.41 | 0.85 | 0 | 0.45 | 271 | 0.74 | 0.32 |
| Hex | 53 | 15 | 8D | 29 | 55 | 0 | 2D | 10F | 4A | 20 |
| Octal | 123 | 25 | 215 | 51 | 125 | 0 | 55 | 417 | 112 | 40 |
| Binary | 1010011 | 10101 | 10001101 | 101001 | 1010101 | 0 | 101101 | 100001111 | 1001010 | 100000 |
Color Harmonies of #53158D
Complementary color
Monochromatic Colors of #53158D
Black with #53158D
Text Example
Text Example
White with #53158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53158D; }
p { color: rgb(83,21,141); }
H1.HeaderClassName
{
color: #53158D;
}
.AnyTagClassName
{
color: #53158D;
}
</style>
background-color css
<style>
a { background-color: #53158D; }
a { background-color: rgb(83,21,141); }
div.DivClassName
{
background-color: #53158D;
}
.BgClassName
{
background-color: #53158D;
}
</style>
border-color css
<style>
span { border-color: #53158D; }
span { border-color: rgb(83,21,141); }
td.TdClassName
{
border-color: #53158D;
}
.TagClassName
{
border-color: #53158D;
}
</style>