Shades of Electric Indigo #5B03D5
Tints of Electric Indigo #5B03D5
RGB
CMYK
RGB Variations
Color information
#5B03D5 (or 0x5B03D5) is known color: Electric Indigo. HEX triplet: 5B, 03 and D5. RGB value is (91,3,213). Sum of RGB (Red+Green+Blue) = 91+3+213=307 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.64% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 213 (83.59% from 255 or 69.38% from 307); Max value from RGB is 213 - color contains mainly: blue. Hex color #5B03D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B03D5 is #A4FC2A. Grayscale: #343434. Windows color (decimal): -10812459 or 13960027. OLE color: 13960027.
HSL color Cylindrical-coordinate representation of color #5B03D5: hue angle of 265.14º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B03D5 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 3 | 213 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.16 |
| HSL | 265.14º | 0.97% | 0.42% | - |
| HSV(B) | 265.14º | 0.99% | 0.84% | - |
| XYZ | 16.36 | 7.09 | 63.46 | - |
| YUV | 53.25 | 218.15 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 213 | 0.57 | 0.99 | 0 | 0.16 | 265.14 | 0.97 | 0.42 |
| Hex | 5B | 3 | D5 | 39 | 63 | 0 | 10 | 109 | 61 | 2A |
| Octal | 133 | 3 | 325 | 71 | 143 | 0 | 20 | 411 | 141 | 52 |
| Binary | 1011011 | 11 | 11010101 | 111001 | 1100011 | 0 | 10000 | 100001001 | 1100001 | 101010 |
Color Harmonies of #5B03D5
Complementary color
Monochromatic Colors of #5B03D5
Black with #5B03D5
Text Example
Text Example
White with #5B03D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B03D5; }
p { color: rgb(91,3,213); }
H1.HeaderClassName
{
color: #5B03D5;
}
.AnyTagClassName
{
color: #5B03D5;
}
</style>
background-color css
<style>
a { background-color: #5B03D5; }
a { background-color: rgb(91,3,213); }
div.DivClassName
{
background-color: #5B03D5;
}
.BgClassName
{
background-color: #5B03D5;
}
</style>
border-color css
<style>
span { border-color: #5B03D5; }
span { border-color: rgb(91,3,213); }
td.TdClassName
{
border-color: #5B03D5;
}
.TagClassName
{
border-color: #5B03D5;
}
</style>