Shades of Indigo #5E068D
Tints of Indigo #5E068D
RGB
CMYK
RGB Variations
Color information
#5E068D (or 0x5E068D) is known color: Indigo. HEX triplet: 5E, 06 and 8D. RGB value is (94,6,141). Sum of RGB (Red+Green+Blue) = 94+6+141=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E068D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E068D is #A1F972. Grayscale: #2F2F2F. Windows color (decimal): -10615155 or 9242206. OLE color: 9242206.
HSL color Cylindrical-coordinate representation of color #5E068D: hue angle of 279.11º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E068D is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 6 | 141 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.45 |
| HSL | 279.11º | 0.92% | 0.29% | - |
| HSV(B) | 279.11º | 0.96% | 0.55% | - |
| XYZ | 9.49 | 4.43 | 25.55 | - |
| YUV | 47.7 | 180.65 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 6 | 141 | 0.33 | 0.96 | 0 | 0.45 | 279.11 | 0.92 | 0.29 |
| Hex | 5E | 6 | 8D | 21 | 60 | 0 | 2D | 117 | 5C | 1D |
| Octal | 136 | 6 | 215 | 41 | 140 | 0 | 55 | 427 | 134 | 35 |
| Binary | 1011110 | 110 | 10001101 | 100001 | 1100000 | 0 | 101101 | 100010111 | 1011100 | 11101 |
Color Harmonies of #5E068D
Complementary color
Monochromatic Colors of #5E068D
Black with #5E068D
Text Example
Text Example
White with #5E068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E068D; }
p { color: rgb(94,6,141); }
H1.HeaderClassName
{
color: #5E068D;
}
.AnyTagClassName
{
color: #5E068D;
}
</style>
background-color css
<style>
a { background-color: #5E068D; }
a { background-color: rgb(94,6,141); }
div.DivClassName
{
background-color: #5E068D;
}
.BgClassName
{
background-color: #5E068D;
}
</style>
border-color css
<style>
span { border-color: #5E068D; }
span { border-color: rgb(94,6,141); }
td.TdClassName
{
border-color: #5E068D;
}
.TagClassName
{
border-color: #5E068D;
}
</style>