Shades of Indigo #5E05A4
Tints of Indigo #5E05A4
RGB
CMYK
RGB Variations
Color information
#5E05A4 (or 0x5E05A4) is known color: Indigo. HEX triplet: 5E, 05 and A4. RGB value is (94,5,164). Sum of RGB (Red+Green+Blue) = 94+5+164=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 164 (64.45% from 255 or 62.36% from 263); Max value from RGB is 164 - color contains mainly: blue. Hex color #5E05A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E05A4 is #A1FA5B. Grayscale: #313131. Windows color (decimal): -10615388 or 10749278. OLE color: 10749278.
HSL color Cylindrical-coordinate representation of color #5E05A4: hue angle of 273.58º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E05A4 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 5 | 164 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.36 |
| HSL | 273.58º | 0.94% | 0.33% | - |
| HSV(B) | 273.58º | 0.97% | 0.64% | - |
| XYZ | 11.37 | 5.17 | 35.52 | - |
| YUV | 49.74 | 192.49 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 164 | 0.43 | 0.97 | 0 | 0.36 | 273.58 | 0.94 | 0.33 |
| Hex | 5E | 5 | A4 | 2B | 61 | 0 | 24 | 112 | 5E | 21 |
| Octal | 136 | 5 | 244 | 53 | 141 | 0 | 44 | 422 | 136 | 41 |
| Binary | 1011110 | 101 | 10100100 | 101011 | 1100001 | 0 | 100100 | 100010010 | 1011110 | 100001 |
Color Harmonies of #5E05A4
Complementary color
Monochromatic Colors of #5E05A4
Black with #5E05A4
Text Example
Text Example
White with #5E05A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E05A4; }
p { color: rgb(94,5,164); }
H1.HeaderClassName
{
color: #5E05A4;
}
.AnyTagClassName
{
color: #5E05A4;
}
</style>
background-color css
<style>
a { background-color: #5E05A4; }
a { background-color: rgb(94,5,164); }
div.DivClassName
{
background-color: #5E05A4;
}
.BgClassName
{
background-color: #5E05A4;
}
</style>
border-color css
<style>
span { border-color: #5E05A4; }
span { border-color: rgb(94,5,164); }
td.TdClassName
{
border-color: #5E05A4;
}
.TagClassName
{
border-color: #5E05A4;
}
</style>