Shades of Electric Indigo #5D09FF
Tints of Electric Indigo #5D09FF
RGB
CMYK
RGB Variations
Color information
#5D09FF (or 0x5D09FF) is known color: Electric Indigo. HEX triplet: 5D, 09 and FF. RGB value is (93,9,255). Sum of RGB (Red+Green+Blue) = 93+9+255=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D09FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D09FF is #A2F600. Grayscale: #3D3D3D. Windows color (decimal): -10679809 or 16714077. OLE color: 16714077.
HSL color Cylindrical-coordinate representation of color #5D09FF: hue angle of 260.49º 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 #5D09FF is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 9 | 255 | - |
| CMYK | 0.64 | 0.96 | 0 | 0 |
| HSL | 260.49º | 1% | 0.52% | - |
| HSV(B) | 260.49º | 0.96% | 1% | - |
| XYZ | 22.66 | 9.74 | 95.29 | - |
| YUV | 62.16 | 236.83 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 9 | 255 | 0.64 | 0.96 | 0 | 0 | 260.49 | 1 | 0.52 |
| Hex | 5D | 9 | FF | 40 | 60 | 0 | 0 | 104 | 64 | 34 |
| Octal | 135 | 11 | 377 | 100 | 140 | 0 | 0 | 404 | 144 | 64 |
| Binary | 1011101 | 1001 | 11111111 | 1000000 | 1100000 | 0 | 0 | 100000100 | 1100100 | 110100 |
Color Harmonies of #5D09FF
Complementary color
Monochromatic Colors of #5D09FF
Black with #5D09FF
Text Example
Text Example
White with #5D09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D09FF; }
p { color: rgb(93,9,255); }
H1.HeaderClassName
{
color: #5D09FF;
}
.AnyTagClassName
{
color: #5D09FF;
}
</style>
background-color css
<style>
a { background-color: #5D09FF; }
a { background-color: rgb(93,9,255); }
div.DivClassName
{
background-color: #5D09FF;
}
.BgClassName
{
background-color: #5D09FF;
}
</style>
border-color css
<style>
span { border-color: #5D09FF; }
span { border-color: rgb(93,9,255); }
td.TdClassName
{
border-color: #5D09FF;
}
.TagClassName
{
border-color: #5D09FF;
}
</style>