Shades of Electric Indigo #5A09FF
Tints of Electric Indigo #5A09FF
RGB
CMYK
RGB Variations
Color information
#5A09FF (or 0x5A09FF) is known color: Electric Indigo. HEX triplet: 5A, 09 and FF. RGB value is (90,9,255). Sum of RGB (Red+Green+Blue) = 90+9+255=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A09FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A09FF is #A5F600. Grayscale: #3C3C3C. Windows color (decimal): -10876417 or 16714074. OLE color: 16714074.
HSL color Cylindrical-coordinate representation of color #5A09FF: hue angle of 259.76º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A09FF is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 9 | 255 | - |
| CMYK | 0.65 | 0.96 | 0 | 0 |
| HSL | 259.76º | 1% | 0.52% | - |
| HSV(B) | 259.76º | 0.96% | 1% | - |
| XYZ | 22.36 | 9.59 | 95.28 | - |
| YUV | 61.26 | 237.34 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 255 | 0.65 | 0.96 | 0 | 0 | 259.76 | 1 | 0.52 |
| Hex | 5A | 9 | FF | 41 | 60 | 0 | 0 | 104 | 64 | 34 |
| Octal | 132 | 11 | 377 | 101 | 140 | 0 | 0 | 404 | 144 | 64 |
| Binary | 1011010 | 1001 | 11111111 | 1000001 | 1100000 | 0 | 0 | 100000100 | 1100100 | 110100 |
Color Harmonies of #5A09FF
Complementary color
Monochromatic Colors of #5A09FF
Black with #5A09FF
Text Example
Text Example
White with #5A09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A09FF; }
p { color: rgb(90,9,255); }
H1.HeaderClassName
{
color: #5A09FF;
}
.AnyTagClassName
{
color: #5A09FF;
}
</style>
background-color css
<style>
a { background-color: #5A09FF; }
a { background-color: rgb(90,9,255); }
div.DivClassName
{
background-color: #5A09FF;
}
.BgClassName
{
background-color: #5A09FF;
}
</style>
border-color css
<style>
span { border-color: #5A09FF; }
span { border-color: rgb(90,9,255); }
td.TdClassName
{
border-color: #5A09FF;
}
.TagClassName
{
border-color: #5A09FF;
}
</style>