Shades of Indigo #53019C
Tints of Indigo #53019C
RGB
CMYK
RGB Variations
Color information
#53019C (or 0x53019C) is known color: Indigo. HEX triplet: 53, 01 and 9C. RGB value is (83,1,156). Sum of RGB (Red+Green+Blue) = 83+1+156=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #53019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53019C is #ACFE63. Grayscale: #2A2A2A. Windows color (decimal): -11337316 or 10223955. OLE color: 10223955.
HSL color Cylindrical-coordinate representation of color #53019C: hue angle of 271.74º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53019C is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 1 | 156 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.39 |
| HSL | 271.74º | 0.99% | 0.31% | - |
| HSV(B) | 271.74º | 0.99% | 0.61% | - |
| XYZ | 9.58 | 4.26 | 31.77 | - |
| YUV | 43.19 | 191.67 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 156 | 0.47 | 0.99 | 0 | 0.39 | 271.74 | 0.99 | 0.31 |
| Hex | 53 | 1 | 9C | 2F | 63 | 0 | 27 | 110 | 63 | 1F |
| Octal | 123 | 1 | 234 | 57 | 143 | 0 | 47 | 420 | 143 | 37 |
| Binary | 1010011 | 1 | 10011100 | 101111 | 1100011 | 0 | 100111 | 100010000 | 1100011 | 11111 |
Color Harmonies of #53019C
Complementary color
Monochromatic Colors of #53019C
Black with #53019C
Text Example
Text Example
White with #53019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53019C; }
p { color: rgb(83,1,156); }
H1.HeaderClassName
{
color: #53019C;
}
.AnyTagClassName
{
color: #53019C;
}
</style>
background-color css
<style>
a { background-color: #53019C; }
a { background-color: rgb(83,1,156); }
div.DivClassName
{
background-color: #53019C;
}
.BgClassName
{
background-color: #53019C;
}
</style>
border-color css
<style>
span { border-color: #53019C; }
span { border-color: rgb(83,1,156); }
td.TdClassName
{
border-color: #53019C;
}
.TagClassName
{
border-color: #53019C;
}
</style>