Shades of Indigo #53199B
Tints of Indigo #53199B
RGB
CMYK
RGB Variations
Color information
#53199B (or 0x53199B) is known color: Indigo. HEX triplet: 53, 19 and 9B. RGB value is (83,25,155). Sum of RGB (Red+Green+Blue) = 83+25+155=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #53199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53199B is #ACE664. Grayscale: #383838. Windows color (decimal): -11331173 or 10164563. OLE color: 10164563.
HSL color Cylindrical-coordinate representation of color #53199B: hue angle of 266.77º 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 #53199B is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 25 | 155 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.39 |
| HSL | 266.77º | 0.72% | 0.35% | - |
| HSV(B) | 266.77º | 0.84% | 0.61% | - |
| XYZ | 9.83 | 4.9 | 31.44 | - |
| YUV | 57.16 | 183.22 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 155 | 0.46 | 0.84 | 0 | 0.39 | 266.77 | 0.72 | 0.35 |
| Hex | 53 | 19 | 9B | 2E | 54 | 0 | 27 | 10B | 48 | 23 |
| Octal | 123 | 31 | 233 | 56 | 124 | 0 | 47 | 413 | 110 | 43 |
| Binary | 1010011 | 11001 | 10011011 | 101110 | 1010100 | 0 | 100111 | 100001011 | 1001000 | 100011 |
Color Harmonies of #53199B
Complementary color
Monochromatic Colors of #53199B
Black with #53199B
Text Example
Text Example
White with #53199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53199B; }
p { color: rgb(83,25,155); }
H1.HeaderClassName
{
color: #53199B;
}
.AnyTagClassName
{
color: #53199B;
}
</style>
background-color css
<style>
a { background-color: #53199B; }
a { background-color: rgb(83,25,155); }
div.DivClassName
{
background-color: #53199B;
}
.BgClassName
{
background-color: #53199B;
}
</style>
border-color css
<style>
span { border-color: #53199B; }
span { border-color: rgb(83,25,155); }
td.TdClassName
{
border-color: #53199B;
}
.TagClassName
{
border-color: #53199B;
}
</style>