Shades of Indigo #5E059B
Tints of Indigo #5E059B
RGB
CMYK
RGB Variations
Color information
#5E059B (or 0x5E059B) is known color: Indigo. HEX triplet: 5E, 05 and 9B. RGB value is (94,5,155). Sum of RGB (Red+Green+Blue) = 94+5+155=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E059B is #A1FA64. Grayscale: #303030. Windows color (decimal): -10615397 or 10159454. OLE color: 10159454.
HSL color Cylindrical-coordinate representation of color #5E059B: hue angle of 275.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E059B is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 5 | 155 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.39 |
| HSL | 275.6º | 0.94% | 0.31% | - |
| HSV(B) | 275.6º | 0.97% | 0.61% | - |
| XYZ | 10.59 | 4.85 | 31.39 | - |
| YUV | 48.71 | 187.99 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 155 | 0.39 | 0.97 | 0 | 0.39 | 275.6 | 0.94 | 0.31 |
| Hex | 5E | 5 | 9B | 27 | 61 | 0 | 27 | 114 | 5E | 1F |
| Octal | 136 | 5 | 233 | 47 | 141 | 0 | 47 | 424 | 136 | 37 |
| Binary | 1011110 | 101 | 10011011 | 100111 | 1100001 | 0 | 100111 | 100010100 | 1011110 | 11111 |
Color Harmonies of #5E059B
Complementary color
Monochromatic Colors of #5E059B
Black with #5E059B
Text Example
Text Example
White with #5E059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E059B; }
p { color: rgb(94,5,155); }
H1.HeaderClassName
{
color: #5E059B;
}
.AnyTagClassName
{
color: #5E059B;
}
</style>
background-color css
<style>
a { background-color: #5E059B; }
a { background-color: rgb(94,5,155); }
div.DivClassName
{
background-color: #5E059B;
}
.BgClassName
{
background-color: #5E059B;
}
</style>
border-color css
<style>
span { border-color: #5E059B; }
span { border-color: rgb(94,5,155); }
td.TdClassName
{
border-color: #5E059B;
}
.TagClassName
{
border-color: #5E059B;
}
</style>