Shades of Indigo #5E0B6F
Tints of Indigo #5E0B6F
RGB
CMYK
RGB Variations
Color information
#5E0B6F (or 0x5E0B6F) is known color: Indigo. HEX triplet: 5E, 0B and 6F. RGB value is (94,11,111). Sum of RGB (Red+Green+Blue) = 94+11+111=216 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.52% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #5E0B6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0B6F is #A1F490. Grayscale: #2E2E2E. Windows color (decimal): -10613905 or 7277406. OLE color: 7277406.
HSL color Cylindrical-coordinate representation of color #5E0B6F: hue angle of 289.8º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E0B6F is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 11 | 111 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.56 |
| HSL | 289.8º | 0.82% | 0.24% | - |
| HSV(B) | 289.8º | 0.9% | 0.44% | - |
| XYZ | 7.61 | 3.77 | 15.37 | - |
| YUV | 47.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 11 | 111 | 0.15 | 0.90 | 0 | 0.56 | 289.8 | 0.82 | 0.24 |
| Hex | 5E | B | 6F | F | 5A | 0 | 38 | 122 | 52 | 18 |
| Octal | 136 | 13 | 157 | 17 | 132 | 0 | 70 | 442 | 122 | 30 |
| Binary | 1011110 | 1011 | 1101111 | 1111 | 1011010 | 0 | 111000 | 100100010 | 1010010 | 11000 |
Color Harmonies of #5E0B6F
Complementary color
Monochromatic Colors of #5E0B6F
Black with #5E0B6F
Text Example
Text Example
White with #5E0B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0B6F; }
p { color: rgb(94,11,111); }
H1.HeaderClassName
{
color: #5E0B6F;
}
.AnyTagClassName
{
color: #5E0B6F;
}
</style>
background-color css
<style>
a { background-color: #5E0B6F; }
a { background-color: rgb(94,11,111); }
div.DivClassName
{
background-color: #5E0B6F;
}
.BgClassName
{
background-color: #5E0B6F;
}
</style>
border-color css
<style>
span { border-color: #5E0B6F; }
span { border-color: rgb(94,11,111); }
td.TdClassName
{
border-color: #5E0B6F;
}
.TagClassName
{
border-color: #5E0B6F;
}
</style>