Shades of Indigo #5E067B
Tints of Indigo #5E067B
RGB
CMYK
RGB Variations
Color information
#5E067B (or 0x5E067B) is known color: Indigo. HEX triplet: 5E, 06 and 7B. RGB value is (94,6,123). Sum of RGB (Red+Green+Blue) = 94+6+123=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E067B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E067B is #A1F984. Grayscale: #2D2D2D. Windows color (decimal): -10615173 or 8062558. OLE color: 8062558.
HSL color Cylindrical-coordinate representation of color #5E067B: hue angle of 285.13º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E067B is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 6 | 123 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.52 |
| HSL | 285.13º | 0.91% | 0.25% | - |
| HSV(B) | 285.13º | 0.95% | 0.48% | - |
| XYZ | 8.26 | 3.94 | 19.06 | - |
| YUV | 45.65 | 171.65 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 6 | 123 | 0.24 | 0.95 | 0 | 0.52 | 285.13 | 0.91 | 0.25 |
| Hex | 5E | 6 | 7B | 18 | 5F | 0 | 34 | 11D | 5B | 19 |
| Octal | 136 | 6 | 173 | 30 | 137 | 0 | 64 | 435 | 133 | 31 |
| Binary | 1011110 | 110 | 1111011 | 11000 | 1011111 | 0 | 110100 | 100011101 | 1011011 | 11001 |
Color Harmonies of #5E067B
Complementary color
Monochromatic Colors of #5E067B
Black with #5E067B
Text Example
Text Example
White with #5E067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E067B; }
p { color: rgb(94,6,123); }
H1.HeaderClassName
{
color: #5E067B;
}
.AnyTagClassName
{
color: #5E067B;
}
</style>
background-color css
<style>
a { background-color: #5E067B; }
a { background-color: rgb(94,6,123); }
div.DivClassName
{
background-color: #5E067B;
}
.BgClassName
{
background-color: #5E067B;
}
</style>
border-color css
<style>
span { border-color: #5E067B; }
span { border-color: rgb(94,6,123); }
td.TdClassName
{
border-color: #5E067B;
}
.TagClassName
{
border-color: #5E067B;
}
</style>