Shades of Indigo #5A0F98
Tints of Indigo #5A0F98
RGB
CMYK
RGB Variations
Color information
#5A0F98 (or 0x5A0F98) is known color: Indigo. HEX triplet: 5A, 0F and 98. RGB value is (90,15,152). Sum of RGB (Red+Green+Blue) = 90+15+152=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #5A0F98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0F98 is #A5F067. Grayscale: #343434. Windows color (decimal): -10874984 or 9965402. OLE color: 9965402.
HSL color Cylindrical-coordinate representation of color #5A0F98: hue angle of 272.85º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0F98 is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 15 | 152 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.40 |
| HSL | 272.85º | 0.82% | 0.33% | - |
| HSV(B) | 272.85º | 0.9% | 0.6% | - |
| XYZ | 10.05 | 4.78 | 30.1 | - |
| YUV | 53.04 | 183.85 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 15 | 152 | 0.41 | 0.90 | 0 | 0.40 | 272.85 | 0.82 | 0.33 |
| Hex | 5A | F | 98 | 29 | 5A | 0 | 28 | 111 | 52 | 21 |
| Octal | 132 | 17 | 230 | 51 | 132 | 0 | 50 | 421 | 122 | 41 |
| Binary | 1011010 | 1111 | 10011000 | 101001 | 1011010 | 0 | 101000 | 100010001 | 1010010 | 100001 |
Color Harmonies of #5A0F98
Complementary color
Monochromatic Colors of #5A0F98
Black with #5A0F98
Text Example
Text Example
White with #5A0F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0F98; }
p { color: rgb(90,15,152); }
H1.HeaderClassName
{
color: #5A0F98;
}
.AnyTagClassName
{
color: #5A0F98;
}
</style>
background-color css
<style>
a { background-color: #5A0F98; }
a { background-color: rgb(90,15,152); }
div.DivClassName
{
background-color: #5A0F98;
}
.BgClassName
{
background-color: #5A0F98;
}
</style>
border-color css
<style>
span { border-color: #5A0F98; }
span { border-color: rgb(90,15,152); }
td.TdClassName
{
border-color: #5A0F98;
}
.TagClassName
{
border-color: #5A0F98;
}
</style>