Shades of Indigo #5D098B
Tints of Indigo #5D098B
RGB
CMYK
RGB Variations
Color information
#5D098B (or 0x5D098B) is known color: Indigo. HEX triplet: 5D, 09 and 8B. RGB value is (93,9,139). Sum of RGB (Red+Green+Blue) = 93+9+139=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D098B is #A2F674. Grayscale: #303030. Windows color (decimal): -10679925 or 9111901. OLE color: 9111901.
HSL color Cylindrical-coordinate representation of color #5D098B: hue angle of 278.77º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D098B is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 9 | 139 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.45 |
| HSL | 278.77º | 0.88% | 0.29% | - |
| HSV(B) | 278.77º | 0.94% | 0.55% | - |
| XYZ | 9.27 | 4.39 | 24.78 | - |
| YUV | 48.94 | 178.83 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 9 | 139 | 0.33 | 0.94 | 0 | 0.45 | 278.77 | 0.88 | 0.29 |
| Hex | 5D | 9 | 8B | 21 | 5E | 0 | 2D | 117 | 58 | 1D |
| Octal | 135 | 11 | 213 | 41 | 136 | 0 | 55 | 427 | 130 | 35 |
| Binary | 1011101 | 1001 | 10001011 | 100001 | 1011110 | 0 | 101101 | 100010111 | 1011000 | 11101 |
Color Harmonies of #5D098B
Complementary color
Monochromatic Colors of #5D098B
Black with #5D098B
Text Example
Text Example
White with #5D098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D098B; }
p { color: rgb(93,9,139); }
H1.HeaderClassName
{
color: #5D098B;
}
.AnyTagClassName
{
color: #5D098B;
}
</style>
background-color css
<style>
a { background-color: #5D098B; }
a { background-color: rgb(93,9,139); }
div.DivClassName
{
background-color: #5D098B;
}
.BgClassName
{
background-color: #5D098B;
}
</style>
border-color css
<style>
span { border-color: #5D098B; }
span { border-color: rgb(93,9,139); }
td.TdClassName
{
border-color: #5D098B;
}
.TagClassName
{
border-color: #5D098B;
}
</style>