Shades of Electric Indigo #5B07DB
Tints of Electric Indigo #5B07DB
RGB
CMYK
RGB Variations
Color information
#5B07DB (or 0x5B07DB) is known color: Electric Indigo. HEX triplet: 5B, 07 and DB. RGB value is (91,7,219). Sum of RGB (Red+Green+Blue) = 91+7+219=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B07DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B07DB is #A4F824. Grayscale: #373737. Windows color (decimal): -10811429 or 14354267. OLE color: 14354267.
HSL color Cylindrical-coordinate representation of color #5B07DB: hue angle of 263.77º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B07DB is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 7 | 219 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.14 |
| HSL | 263.77º | 0.94% | 0.44% | - |
| HSV(B) | 263.77º | 0.97% | 0.86% | - |
| XYZ | 17.18 | 7.49 | 67.56 | - |
| YUV | 56.28 | 219.83 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 219 | 0.58 | 0.97 | 0 | 0.14 | 263.77 | 0.94 | 0.44 |
| Hex | 5B | 7 | DB | 3A | 61 | 0 | E | 108 | 5E | 2C |
| Octal | 133 | 7 | 333 | 72 | 141 | 0 | 16 | 410 | 136 | 54 |
| Binary | 1011011 | 111 | 11011011 | 111010 | 1100001 | 0 | 1110 | 100001000 | 1011110 | 101100 |
Color Harmonies of #5B07DB
Complementary color
Monochromatic Colors of #5B07DB
Black with #5B07DB
Text Example
Text Example
White with #5B07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B07DB; }
p { color: rgb(91,7,219); }
H1.HeaderClassName
{
color: #5B07DB;
}
.AnyTagClassName
{
color: #5B07DB;
}
</style>
background-color css
<style>
a { background-color: #5B07DB; }
a { background-color: rgb(91,7,219); }
div.DivClassName
{
background-color: #5B07DB;
}
.BgClassName
{
background-color: #5B07DB;
}
</style>
border-color css
<style>
span { border-color: #5B07DB; }
span { border-color: rgb(91,7,219); }
td.TdClassName
{
border-color: #5B07DB;
}
.TagClassName
{
border-color: #5B07DB;
}
</style>