Shades of Electric Indigo #5B00D7
Tints of Electric Indigo #5B00D7
RGB
CMYK
RGB Variations
Color information
#5B00D7 (or 0x5B00D7) is known color: Electric Indigo. HEX triplet: 5B, 00 and D7. RGB value is (91,0,215). Sum of RGB (Red+Green+Blue) = 91+0+215=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 215 (84.38% from 255 or 70.26% from 306); Max value from RGB is 215 - color contains mainly: blue. Hex color #5B00D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B00D7 is #A4FF28. Grayscale: #323232. Windows color (decimal): -10813225 or 14090331. OLE color: 14090331.
HSL color Cylindrical-coordinate representation of color #5B00D7: hue angle of 265.4º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B00D7 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 0 | 215 | - |
| CMYK | 0.58 | 1 | 0 | 0.16 |
| HSL | 265.4º | 1% | 0.42% | - |
| HSV(B) | 265.4º | 1% | 0.84% | - |
| XYZ | 16.58 | 7.13 | 64.79 | - |
| YUV | 51.72 | 220.15 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 215 | 0.58 | 1 | 0 | 0.16 | 265.4 | 1 | 0.42 |
| Hex | 5B | 0 | D7 | 3A | 64 | 0 | 10 | 109 | 64 | 2A |
| Octal | 133 | 0 | 327 | 72 | 144 | 0 | 20 | 411 | 144 | 52 |
| Binary | 1011011 | 0 | 11010111 | 111010 | 1100100 | 0 | 10000 | 100001001 | 1100100 | 101010 |
Color Harmonies of #5B00D7
Complementary color
Monochromatic Colors of #5B00D7
Black with #5B00D7
Text Example
Text Example
White with #5B00D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B00D7; }
p { color: rgb(91,0,215); }
H1.HeaderClassName
{
color: #5B00D7;
}
.AnyTagClassName
{
color: #5B00D7;
}
</style>
background-color css
<style>
a { background-color: #5B00D7; }
a { background-color: rgb(91,0,215); }
div.DivClassName
{
background-color: #5B00D7;
}
.BgClassName
{
background-color: #5B00D7;
}
</style>
border-color css
<style>
span { border-color: #5B00D7; }
span { border-color: rgb(91,0,215); }
td.TdClassName
{
border-color: #5B00D7;
}
.TagClassName
{
border-color: #5B00D7;
}
</style>