Shades of Indigo #5D1098
Tints of Indigo #5D1098
RGB
CMYK
RGB Variations
Color information
#5D1098 (or 0x5D1098) is known color: Indigo. HEX triplet: 5D, 10 and 98. RGB value is (93,16,152). Sum of RGB (Red+Green+Blue) = 93+16+152=261 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.63% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #5D1098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1098 is #A2EF67. Grayscale: #363636. Windows color (decimal): -10678120 or 9965661. OLE color: 9965661.
HSL color Cylindrical-coordinate representation of color #5D1098: hue angle of 273.97º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D1098 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 16 | 152 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.40 |
| HSL | 273.97º | 0.81% | 0.33% | - |
| HSV(B) | 273.97º | 0.89% | 0.6% | - |
| XYZ | 10.37 | 4.96 | 30.12 | - |
| YUV | 54.53 | 183.01 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 16 | 152 | 0.39 | 0.89 | 0 | 0.40 | 273.97 | 0.81 | 0.33 |
| Hex | 5D | 10 | 98 | 27 | 59 | 0 | 28 | 112 | 51 | 21 |
| Octal | 135 | 20 | 230 | 47 | 131 | 0 | 50 | 422 | 121 | 41 |
| Binary | 1011101 | 10000 | 10011000 | 100111 | 1011001 | 0 | 101000 | 100010010 | 1010001 | 100001 |
Color Harmonies of #5D1098
Complementary color
Monochromatic Colors of #5D1098
Black with #5D1098
Text Example
Text Example
White with #5D1098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1098; }
p { color: rgb(93,16,152); }
H1.HeaderClassName
{
color: #5D1098;
}
.AnyTagClassName
{
color: #5D1098;
}
</style>
background-color css
<style>
a { background-color: #5D1098; }
a { background-color: rgb(93,16,152); }
div.DivClassName
{
background-color: #5D1098;
}
.BgClassName
{
background-color: #5D1098;
}
</style>
border-color css
<style>
span { border-color: #5D1098; }
span { border-color: rgb(93,16,152); }
td.TdClassName
{
border-color: #5D1098;
}
.TagClassName
{
border-color: #5D1098;
}
</style>