Shades of Indigo #53159C
Tints of Indigo #53159C
RGB
CMYK
RGB Variations
Color information
#53159C (or 0x53159C) is known color: Indigo. HEX triplet: 53, 15 and 9C. RGB value is (83,21,156). Sum of RGB (Red+Green+Blue) = 83+21+156=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #53159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53159C is #ACEA63. Grayscale: #363636. Windows color (decimal): -11332196 or 10229075. OLE color: 10229075.
HSL color Cylindrical-coordinate representation of color #53159C: hue angle of 267.56º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53159C is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 21 | 156 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.39 |
| HSL | 267.56º | 0.76% | 0.35% | - |
| HSV(B) | 267.56º | 0.87% | 0.61% | - |
| XYZ | 9.84 | 4.78 | 31.86 | - |
| YUV | 54.93 | 185.04 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 156 | 0.47 | 0.87 | 0 | 0.39 | 267.56 | 0.76 | 0.35 |
| Hex | 53 | 15 | 9C | 2F | 57 | 0 | 27 | 10C | 4C | 23 |
| Octal | 123 | 25 | 234 | 57 | 127 | 0 | 47 | 414 | 114 | 43 |
| Binary | 1010011 | 10101 | 10011100 | 101111 | 1010111 | 0 | 100111 | 100001100 | 1001100 | 100011 |
Color Harmonies of #53159C
Complementary color
Monochromatic Colors of #53159C
Black with #53159C
Text Example
Text Example
White with #53159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53159C; }
p { color: rgb(83,21,156); }
H1.HeaderClassName
{
color: #53159C;
}
.AnyTagClassName
{
color: #53159C;
}
</style>
background-color css
<style>
a { background-color: #53159C; }
a { background-color: rgb(83,21,156); }
div.DivClassName
{
background-color: #53159C;
}
.BgClassName
{
background-color: #53159C;
}
</style>
border-color css
<style>
span { border-color: #53159C; }
span { border-color: rgb(83,21,156); }
td.TdClassName
{
border-color: #53159C;
}
.TagClassName
{
border-color: #53159C;
}
</style>