Shades of Indigo #531997
Tints of Indigo #531997
RGB
CMYK
RGB Variations
Color information
#531997 (or 0x531997) is known color: Indigo. HEX triplet: 53, 19 and 97. RGB value is (83,25,151). Sum of RGB (Red+Green+Blue) = 83+25+151=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #531997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531997 is #ACE668. Grayscale: #383838. Windows color (decimal): -11331177 or 9902419. OLE color: 9902419.
HSL color Cylindrical-coordinate representation of color #531997: hue angle of 267.62º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #531997 is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 83 | 25 | 151 | - |
| CMYK | 0.45 | 0.83 | 0 | 0.41 |
| HSL | 267.62º | 0.72% | 0.35% | - |
| HSV(B) | 267.62º | 0.83% | 0.59% | - |
| XYZ | 9.5 | 4.77 | 29.7 | - |
| YUV | 56.71 | 181.22 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 151 | 0.45 | 0.83 | 0 | 0.41 | 267.62 | 0.72 | 0.35 |
| Hex | 53 | 19 | 97 | 2D | 53 | 0 | 29 | 10C | 48 | 23 |
| Octal | 123 | 31 | 227 | 55 | 123 | 0 | 51 | 414 | 110 | 43 |
| Binary | 1010011 | 11001 | 10010111 | 101101 | 1010011 | 0 | 101001 | 100001100 | 1001000 | 100011 |
Color Harmonies of #531997
Complementary color
Monochromatic Colors of #531997
Black with #531997
Text Example
Text Example
White with #531997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531997; }
p { color: rgb(83,25,151); }
H1.HeaderClassName
{
color: #531997;
}
.AnyTagClassName
{
color: #531997;
}
</style>
background-color css
<style>
a { background-color: #531997; }
a { background-color: rgb(83,25,151); }
div.DivClassName
{
background-color: #531997;
}
.BgClassName
{
background-color: #531997;
}
</style>
border-color css
<style>
span { border-color: #531997; }
span { border-color: rgb(83,25,151); }
td.TdClassName
{
border-color: #531997;
}
.TagClassName
{
border-color: #531997;
}
</style>