Shades of Electric Indigo #5B09FA
Tints of Electric Indigo #5B09FA
RGB
CMYK
RGB Variations
Color information
#5B09FA (or 0x5B09FA) is known color: Electric Indigo. HEX triplet: 5B, 09 and FA. RGB value is (91,9,250). Sum of RGB (Red+Green+Blue) = 91+9+250=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B09FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B09FA is #A4F605. Grayscale: #3C3C3C. Windows color (decimal): -10810886 or 16386395. OLE color: 16386395.
HSL color Cylindrical-coordinate representation of color #5B09FA: hue angle of 260.41º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B09FA is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 9 | 250 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.02 |
| HSL | 260.41º | 0.96% | 0.51% | - |
| HSV(B) | 260.41º | 0.96% | 0.98% | - |
| XYZ | 21.67 | 9.32 | 91.1 | - |
| YUV | 60.99 | 234.67 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 9 | 250 | 0.64 | 0.96 | 0 | 0.02 | 260.41 | 0.96 | 0.51 |
| Hex | 5B | 9 | FA | 40 | 60 | 0 | 2 | 104 | 60 | 33 |
| Octal | 133 | 11 | 372 | 100 | 140 | 0 | 2 | 404 | 140 | 63 |
| Binary | 1011011 | 1001 | 11111010 | 1000000 | 1100000 | 0 | 10 | 100000100 | 1100000 | 110011 |
Color Harmonies of #5B09FA
Complementary color
Monochromatic Colors of #5B09FA
Black with #5B09FA
Text Example
Text Example
White with #5B09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B09FA; }
p { color: rgb(91,9,250); }
H1.HeaderClassName
{
color: #5B09FA;
}
.AnyTagClassName
{
color: #5B09FA;
}
</style>
background-color css
<style>
a { background-color: #5B09FA; }
a { background-color: rgb(91,9,250); }
div.DivClassName
{
background-color: #5B09FA;
}
.BgClassName
{
background-color: #5B09FA;
}
</style>
border-color css
<style>
span { border-color: #5B09FA; }
span { border-color: rgb(91,9,250); }
td.TdClassName
{
border-color: #5B09FA;
}
.TagClassName
{
border-color: #5B09FA;
}
</style>