Shades of Electric Indigo #5D0BED
Tints of Electric Indigo #5D0BED
RGB
CMYK
RGB Variations
Color information
#5D0BED (or 0x5D0BED) is known color: Electric Indigo. HEX triplet: 5D, 0B and ED. RGB value is (93,11,237). Sum of RGB (Red+Green+Blue) = 93+11+237=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #5D0BED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D0BED is #A2F412. Grayscale: #3C3C3C. Windows color (decimal): -10679315 or 15534941. OLE color: 15534941.
HSL color Cylindrical-coordinate representation of color #5D0BED: hue angle of 261.77º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0BED is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 11 | 237 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.07 |
| HSL | 261.77º | 0.91% | 0.49% | - |
| HSV(B) | 261.77º | 0.95% | 0.93% | - |
| XYZ | 19.92 | 8.68 | 80.75 | - |
| YUV | 61.28 | 227.17 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 11 | 237 | 0.61 | 0.95 | 0 | 0.07 | 261.77 | 0.91 | 0.49 |
| Hex | 5D | B | ED | 3D | 5F | 0 | 7 | 106 | 5B | 31 |
| Octal | 135 | 13 | 355 | 75 | 137 | 0 | 7 | 406 | 133 | 61 |
| Binary | 1011101 | 1011 | 11101101 | 111101 | 1011111 | 0 | 111 | 100000110 | 1011011 | 110001 |
Color Harmonies of #5D0BED
Complementary color
Monochromatic Colors of #5D0BED
Black with #5D0BED
Text Example
Text Example
White with #5D0BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0BED; }
p { color: rgb(93,11,237); }
H1.HeaderClassName
{
color: #5D0BED;
}
.AnyTagClassName
{
color: #5D0BED;
}
</style>
background-color css
<style>
a { background-color: #5D0BED; }
a { background-color: rgb(93,11,237); }
div.DivClassName
{
background-color: #5D0BED;
}
.BgClassName
{
background-color: #5D0BED;
}
</style>
border-color css
<style>
span { border-color: #5D0BED; }
span { border-color: rgb(93,11,237); }
td.TdClassName
{
border-color: #5D0BED;
}
.TagClassName
{
border-color: #5D0BED;
}
</style>