Shades of Indigo #53029C
Tints of Indigo #53029C
RGB
CMYK
RGB Variations
Color information
#53029C (or 0x53029C) is known color: Indigo. HEX triplet: 53, 02 and 9C. RGB value is (83,2,156). Sum of RGB (Red+Green+Blue) = 83+2+156=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #53029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53029C is #ACFD63. Grayscale: #2B2B2B. Windows color (decimal): -11337060 or 10224211. OLE color: 10224211.
HSL color Cylindrical-coordinate representation of color #53029C: hue angle of 271.56º degrees, saturation: 0.97, 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 #53029C is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 2 | 156 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.39 |
| HSL | 271.56º | 0.97% | 0.31% | - |
| HSV(B) | 271.56º | 0.99% | 0.61% | - |
| XYZ | 9.59 | 4.28 | 31.77 | - |
| YUV | 43.78 | 191.34 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 156 | 0.47 | 0.99 | 0 | 0.39 | 271.56 | 0.97 | 0.31 |
| Hex | 53 | 2 | 9C | 2F | 63 | 0 | 27 | 110 | 61 | 1F |
| Octal | 123 | 2 | 234 | 57 | 143 | 0 | 47 | 420 | 141 | 37 |
| Binary | 1010011 | 10 | 10011100 | 101111 | 1100011 | 0 | 100111 | 100010000 | 1100001 | 11111 |
Color Harmonies of #53029C
Complementary color
Monochromatic Colors of #53029C
Black with #53029C
Text Example
Text Example
White with #53029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53029C; }
p { color: rgb(83,2,156); }
H1.HeaderClassName
{
color: #53029C;
}
.AnyTagClassName
{
color: #53029C;
}
</style>
background-color css
<style>
a { background-color: #53029C; }
a { background-color: rgb(83,2,156); }
div.DivClassName
{
background-color: #53029C;
}
.BgClassName
{
background-color: #53029C;
}
</style>
border-color css
<style>
span { border-color: #53029C; }
span { border-color: rgb(83,2,156); }
td.TdClassName
{
border-color: #53029C;
}
.TagClassName
{
border-color: #53029C;
}
</style>