Shades of Electric Indigo #5A09FC
Tints of Electric Indigo #5A09FC
RGB
CMYK
RGB Variations
Color information
#5A09FC (or 0x5A09FC) is known color: Electric Indigo. HEX triplet: 5A, 09 and FC. RGB value is (90,9,252). Sum of RGB (Red+Green+Blue) = 90+9+252=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #5A09FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A09FC is #A5F603. Grayscale: #3C3C3C. Windows color (decimal): -10876420 or 16517466. OLE color: 16517466.
HSL color Cylindrical-coordinate representation of color #5A09FC: hue angle of 260º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A09FC is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 9 | 252 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.01 |
| HSL | 260º | 0.98% | 0.51% | - |
| HSV(B) | 260º | 0.96% | 0.99% | - |
| XYZ | 21.88 | 9.4 | 92.76 | - |
| YUV | 60.92 | 235.84 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 252 | 0.64 | 0.96 | 0 | 0.01 | 260 | 0.98 | 0.51 |
| Hex | 5A | 9 | FC | 40 | 60 | 0 | 1 | 104 | 62 | 33 |
| Octal | 132 | 11 | 374 | 100 | 140 | 0 | 1 | 404 | 142 | 63 |
| Binary | 1011010 | 1001 | 11111100 | 1000000 | 1100000 | 0 | 1 | 100000100 | 1100010 | 110011 |
Color Harmonies of #5A09FC
Complementary color
Monochromatic Colors of #5A09FC
Black with #5A09FC
Text Example
Text Example
White with #5A09FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A09FC; }
p { color: rgb(90,9,252); }
H1.HeaderClassName
{
color: #5A09FC;
}
.AnyTagClassName
{
color: #5A09FC;
}
</style>
background-color css
<style>
a { background-color: #5A09FC; }
a { background-color: rgb(90,9,252); }
div.DivClassName
{
background-color: #5A09FC;
}
.BgClassName
{
background-color: #5A09FC;
}
</style>
border-color css
<style>
span { border-color: #5A09FC; }
span { border-color: rgb(90,9,252); }
td.TdClassName
{
border-color: #5A09FC;
}
.TagClassName
{
border-color: #5A09FC;
}
</style>