Shades of Indigo #5E08AA
Tints of Indigo #5E08AA
RGB
CMYK
RGB Variations
Color information
#5E08AA (or 0x5E08AA) is known color: Indigo. HEX triplet: 5E, 08 and AA. RGB value is (94,8,170). Sum of RGB (Red+Green+Blue) = 94+8+170=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E08AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E08AA is #A1F755. Grayscale: #333333. Windows color (decimal): -10614614 or 11143262. OLE color: 11143262.
HSL color Cylindrical-coordinate representation of color #5E08AA: hue angle of 271.85º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E08AA is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 8 | 170 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.33 |
| HSL | 271.85º | 0.91% | 0.35% | - |
| HSV(B) | 271.85º | 0.95% | 0.67% | - |
| XYZ | 11.96 | 5.46 | 38.45 | - |
| YUV | 52.18 | 194.49 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 170 | 0.45 | 0.95 | 0 | 0.33 | 271.85 | 0.91 | 0.35 |
| Hex | 5E | 8 | AA | 2D | 5F | 0 | 21 | 110 | 5B | 23 |
| Octal | 136 | 10 | 252 | 55 | 137 | 0 | 41 | 420 | 133 | 43 |
| Binary | 1011110 | 1000 | 10101010 | 101101 | 1011111 | 0 | 100001 | 100010000 | 1011011 | 100011 |
Color Harmonies of #5E08AA
Complementary color
Monochromatic Colors of #5E08AA
Black with #5E08AA
Text Example
Text Example
White with #5E08AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E08AA; }
p { color: rgb(94,8,170); }
H1.HeaderClassName
{
color: #5E08AA;
}
.AnyTagClassName
{
color: #5E08AA;
}
</style>
background-color css
<style>
a { background-color: #5E08AA; }
a { background-color: rgb(94,8,170); }
div.DivClassName
{
background-color: #5E08AA;
}
.BgClassName
{
background-color: #5E08AA;
}
</style>
border-color css
<style>
span { border-color: #5E08AA; }
span { border-color: rgb(94,8,170); }
td.TdClassName
{
border-color: #5E08AA;
}
.TagClassName
{
border-color: #5E08AA;
}
</style>