Shades of Indigo #53197C
Tints of Indigo #53197C
RGB
CMYK
RGB Variations
Color information
#53197C (or 0x53197C) is known color: Indigo. HEX triplet: 53, 19 and 7C. RGB value is (83,25,124). Sum of RGB (Red+Green+Blue) = 83+25+124=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #53197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53197C is #ACE683. Grayscale: #353535. Windows color (decimal): -11331204 or 8132947. OLE color: 8132947.
HSL color Cylindrical-coordinate representation of color #53197C: hue angle of 275.15º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53197C is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 25 | 124 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.51 |
| HSL | 275.15º | 0.66% | 0.29% | - |
| HSV(B) | 275.15º | 0.8% | 0.49% | - |
| XYZ | 7.55 | 3.99 | 19.44 | - |
| YUV | 53.63 | 167.72 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 124 | 0.33 | 0.80 | 0 | 0.51 | 275.15 | 0.66 | 0.29 |
| Hex | 53 | 19 | 7C | 21 | 50 | 0 | 33 | 113 | 42 | 1D |
| Octal | 123 | 31 | 174 | 41 | 120 | 0 | 63 | 423 | 102 | 35 |
| Binary | 1010011 | 11001 | 1111100 | 100001 | 1010000 | 0 | 110011 | 100010011 | 1000010 | 11101 |
Color Harmonies of #53197C
Complementary color
Monochromatic Colors of #53197C
Black with #53197C
Text Example
Text Example
White with #53197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53197C; }
p { color: rgb(83,25,124); }
H1.HeaderClassName
{
color: #53197C;
}
.AnyTagClassName
{
color: #53197C;
}
</style>
background-color css
<style>
a { background-color: #53197C; }
a { background-color: rgb(83,25,124); }
div.DivClassName
{
background-color: #53197C;
}
.BgClassName
{
background-color: #53197C;
}
</style>
border-color css
<style>
span { border-color: #53197C; }
span { border-color: rgb(83,25,124); }
td.TdClassName
{
border-color: #53197C;
}
.TagClassName
{
border-color: #53197C;
}
</style>