Shades of Indigo #5E008A
Tints of Indigo #5E008A
RGB
CMYK
RGB Variations
Color information
#5E008A (or 0x5E008A) is known color: Indigo. HEX triplet: 5E, 00 and 8A. RGB value is (94,0,138). Sum of RGB (Red+Green+Blue) = 94+0+138=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #5E008A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E008A is #A1FF75. Grayscale: #2B2B2B. Windows color (decimal): -10616694 or 9044062. OLE color: 9044062.
HSL color Cylindrical-coordinate representation of color #5E008A: hue angle of 280.87º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E008A is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 0 | 138 | - |
| CMYK | 0.32 | 1 | 0 | 0.46 |
| HSL | 280.87º | 1% | 0.27% | - |
| HSV(B) | 280.87º | 1% | 0.54% | - |
| XYZ | 9.2 | 4.21 | 24.37 | - |
| YUV | 43.84 | 181.14 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 138 | 0.32 | 1 | 0 | 0.46 | 280.87 | 1 | 0.27 |
| Hex | 5E | 0 | 8A | 20 | 64 | 0 | 2E | 119 | 64 | 1B |
| Octal | 136 | 0 | 212 | 40 | 144 | 0 | 56 | 431 | 144 | 33 |
| Binary | 1011110 | 0 | 10001010 | 100000 | 1100100 | 0 | 101110 | 100011001 | 1100100 | 11011 |
Color Harmonies of #5E008A
Complementary color
Monochromatic Colors of #5E008A
Black with #5E008A
Text Example
Text Example
White with #5E008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E008A; }
p { color: rgb(94,0,138); }
H1.HeaderClassName
{
color: #5E008A;
}
.AnyTagClassName
{
color: #5E008A;
}
</style>
background-color css
<style>
a { background-color: #5E008A; }
a { background-color: rgb(94,0,138); }
div.DivClassName
{
background-color: #5E008A;
}
.BgClassName
{
background-color: #5E008A;
}
</style>
border-color css
<style>
span { border-color: #5E008A; }
span { border-color: rgb(94,0,138); }
td.TdClassName
{
border-color: #5E008A;
}
.TagClassName
{
border-color: #5E008A;
}
</style>