Shades of Indigo #53199C
Tints of Indigo #53199C
RGB
CMYK
RGB Variations
Color information
#53199C (or 0x53199C) is known color: Indigo. HEX triplet: 53, 19 and 9C. RGB value is (83,25,156). Sum of RGB (Red+Green+Blue) = 83+25+156=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #53199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53199C is #ACE663. Grayscale: #383838. Windows color (decimal): -11331172 or 10230099. OLE color: 10230099.
HSL color Cylindrical-coordinate representation of color #53199C: hue angle of 266.56º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53199C is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 25 | 156 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.39 |
| HSL | 266.56º | 0.72% | 0.35% | - |
| HSV(B) | 266.56º | 0.84% | 0.61% | - |
| XYZ | 9.92 | 4.93 | 31.88 | - |
| YUV | 57.28 | 183.72 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 156 | 0.47 | 0.84 | 0 | 0.39 | 266.56 | 0.72 | 0.35 |
| Hex | 53 | 19 | 9C | 2F | 54 | 0 | 27 | 10B | 48 | 23 |
| Octal | 123 | 31 | 234 | 57 | 124 | 0 | 47 | 413 | 110 | 43 |
| Binary | 1010011 | 11001 | 10011100 | 101111 | 1010100 | 0 | 100111 | 100001011 | 1001000 | 100011 |
Color Harmonies of #53199C
Complementary color
Monochromatic Colors of #53199C
Black with #53199C
Text Example
Text Example
White with #53199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53199C; }
p { color: rgb(83,25,156); }
H1.HeaderClassName
{
color: #53199C;
}
.AnyTagClassName
{
color: #53199C;
}
</style>
background-color css
<style>
a { background-color: #53199C; }
a { background-color: rgb(83,25,156); }
div.DivClassName
{
background-color: #53199C;
}
.BgClassName
{
background-color: #53199C;
}
</style>
border-color css
<style>
span { border-color: #53199C; }
span { border-color: rgb(83,25,156); }
td.TdClassName
{
border-color: #53199C;
}
.TagClassName
{
border-color: #53199C;
}
</style>