Shades of Indigo #5D0198
Tints of Indigo #5D0198
RGB
CMYK
RGB Variations
Color information
#5D0198 (or 0x5D0198) is known color: Indigo. HEX triplet: 5D, 01 and 98. RGB value is (93,1,152). Sum of RGB (Red+Green+Blue) = 93+1+152=246 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.80% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 152 (59.77% from 255 or 61.79% from 246); Max value from RGB is 152 - color contains mainly: blue. Hex color #5D0198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0198 is #A2FE67. Grayscale: #2D2D2D. Windows color (decimal): -10681960 or 9961821. OLE color: 9961821.
HSL color Cylindrical-coordinate representation of color #5D0198: hue angle of 276.56º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D0198 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 1 | 152 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.40 |
| HSL | 276.56º | 0.99% | 0.3% | - |
| HSV(B) | 276.56º | 0.99% | 0.6% | - |
| XYZ | 10.19 | 4.62 | 30.06 | - |
| YUV | 45.72 | 187.98 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 152 | 0.39 | 0.99 | 0 | 0.40 | 276.56 | 0.99 | 0.3 |
| Hex | 5D | 1 | 98 | 27 | 63 | 0 | 28 | 115 | 63 | 1E |
| Octal | 135 | 1 | 230 | 47 | 143 | 0 | 50 | 425 | 143 | 36 |
| Binary | 1011101 | 1 | 10011000 | 100111 | 1100011 | 0 | 101000 | 100010101 | 1100011 | 11110 |
Color Harmonies of #5D0198
Complementary color
Monochromatic Colors of #5D0198
Black with #5D0198
Text Example
Text Example
White with #5D0198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0198; }
p { color: rgb(93,1,152); }
H1.HeaderClassName
{
color: #5D0198;
}
.AnyTagClassName
{
color: #5D0198;
}
</style>
background-color css
<style>
a { background-color: #5D0198; }
a { background-color: rgb(93,1,152); }
div.DivClassName
{
background-color: #5D0198;
}
.BgClassName
{
background-color: #5D0198;
}
</style>
border-color css
<style>
span { border-color: #5D0198; }
span { border-color: rgb(93,1,152); }
td.TdClassName
{
border-color: #5D0198;
}
.TagClassName
{
border-color: #5D0198;
}
</style>