Shades of Electric Indigo #5D07FF
Tints of Electric Indigo #5D07FF
RGB
CMYK
RGB Variations
Color information
#5D07FF (or 0x5D07FF) is known color: Electric Indigo. HEX triplet: 5D, 07 and FF. RGB value is (93,7,255). Sum of RGB (Red+Green+Blue) = 93+7+255=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D07FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D07FF is #A2F800. Grayscale: #3C3C3C. Windows color (decimal): -10680321 or 16713565. OLE color: 16713565.
HSL color Cylindrical-coordinate representation of color #5D07FF: hue angle of 260.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D07FF is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 7 | 255 | - |
| CMYK | 0.64 | 0.97 | 0 | 0 |
| HSL | 260.81º | 1% | 0.51% | - |
| HSV(B) | 260.81º | 0.97% | 1% | - |
| XYZ | 22.64 | 9.7 | 95.29 | - |
| YUV | 60.99 | 237.49 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 7 | 255 | 0.64 | 0.97 | 0 | 0 | 260.81 | 1 | 0.51 |
| Hex | 5D | 7 | FF | 40 | 61 | 0 | 0 | 105 | 64 | 33 |
| Octal | 135 | 7 | 377 | 100 | 141 | 0 | 0 | 405 | 144 | 63 |
| Binary | 1011101 | 111 | 11111111 | 1000000 | 1100001 | 0 | 0 | 100000101 | 1100100 | 110011 |
Color Harmonies of #5D07FF
Complementary color
Monochromatic Colors of #5D07FF
Black with #5D07FF
Text Example
Text Example
White with #5D07FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D07FF; }
p { color: rgb(93,7,255); }
H1.HeaderClassName
{
color: #5D07FF;
}
.AnyTagClassName
{
color: #5D07FF;
}
</style>
background-color css
<style>
a { background-color: #5D07FF; }
a { background-color: rgb(93,7,255); }
div.DivClassName
{
background-color: #5D07FF;
}
.BgClassName
{
background-color: #5D07FF;
}
</style>
border-color css
<style>
span { border-color: #5D07FF; }
span { border-color: rgb(93,7,255); }
td.TdClassName
{
border-color: #5D07FF;
}
.TagClassName
{
border-color: #5D07FF;
}
</style>