Shades of Indigo #53199D
Tints of Indigo #53199D
RGB
CMYK
RGB Variations
Color information
#53199D (or 0x53199D) is known color: Indigo. HEX triplet: 53, 19 and 9D. RGB value is (83,25,157). Sum of RGB (Red+Green+Blue) = 83+25+157=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #53199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53199D is #ACE662. Grayscale: #383838. Windows color (decimal): -11331171 or 10295635. OLE color: 10295635.
HSL color Cylindrical-coordinate representation of color #53199D: hue angle of 266.36º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53199D is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 25 | 157 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.38 |
| HSL | 266.36º | 0.73% | 0.36% | - |
| HSV(B) | 266.36º | 0.84% | 0.62% | - |
| XYZ | 10 | 4.97 | 32.33 | - |
| YUV | 57.39 | 184.22 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 157 | 0.47 | 0.84 | 0 | 0.38 | 266.36 | 0.73 | 0.36 |
| Hex | 53 | 19 | 9D | 2F | 54 | 0 | 26 | 10A | 49 | 24 |
| Octal | 123 | 31 | 235 | 57 | 124 | 0 | 46 | 412 | 111 | 44 |
| Binary | 1010011 | 11001 | 10011101 | 101111 | 1010100 | 0 | 100110 | 100001010 | 1001001 | 100100 |
Color Harmonies of #53199D
Complementary color
Monochromatic Colors of #53199D
Black with #53199D
Text Example
Text Example
White with #53199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53199D; }
p { color: rgb(83,25,157); }
H1.HeaderClassName
{
color: #53199D;
}
.AnyTagClassName
{
color: #53199D;
}
</style>
background-color css
<style>
a { background-color: #53199D; }
a { background-color: rgb(83,25,157); }
div.DivClassName
{
background-color: #53199D;
}
.BgClassName
{
background-color: #53199D;
}
</style>
border-color css
<style>
span { border-color: #53199D; }
span { border-color: rgb(83,25,157); }
td.TdClassName
{
border-color: #53199D;
}
.TagClassName
{
border-color: #53199D;
}
</style>