Shades of Electric Indigo #5B0AFF
Tints of Electric Indigo #5B0AFF
RGB
CMYK
RGB Variations
Color information
#5B0AFF (or 0x5B0AFF) is known color: Electric Indigo. HEX triplet: 5B, 0A and FF. RGB value is (91,10,255). Sum of RGB (Red+Green+Blue) = 91+10+255=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B0AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B0AFF is #A4F500. Grayscale: #3D3D3D. Windows color (decimal): -10810625 or 16714331. OLE color: 16714331.
HSL color Cylindrical-coordinate representation of color #5B0AFF: hue angle of 259.84º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B0AFF is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 10 | 255 | - |
| CMYK | 0.64 | 0.96 | 0 | 0 |
| HSL | 259.84º | 1% | 0.52% | - |
| HSV(B) | 259.84º | 0.96% | 1% | - |
| XYZ | 22.47 | 9.66 | 95.29 | - |
| YUV | 62.15 | 236.84 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 10 | 255 | 0.64 | 0.96 | 0 | 0 | 259.84 | 1 | 0.52 |
| Hex | 5B | A | FF | 40 | 60 | 0 | 0 | 104 | 64 | 34 |
| Octal | 133 | 12 | 377 | 100 | 140 | 0 | 0 | 404 | 144 | 64 |
| Binary | 1011011 | 1010 | 11111111 | 1000000 | 1100000 | 0 | 0 | 100000100 | 1100100 | 110100 |
Color Harmonies of #5B0AFF
Complementary color
Monochromatic Colors of #5B0AFF
Black with #5B0AFF
Text Example
Text Example
White with #5B0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0AFF; }
p { color: rgb(91,10,255); }
H1.HeaderClassName
{
color: #5B0AFF;
}
.AnyTagClassName
{
color: #5B0AFF;
}
</style>
background-color css
<style>
a { background-color: #5B0AFF; }
a { background-color: rgb(91,10,255); }
div.DivClassName
{
background-color: #5B0AFF;
}
.BgClassName
{
background-color: #5B0AFF;
}
</style>
border-color css
<style>
span { border-color: #5B0AFF; }
span { border-color: rgb(91,10,255); }
td.TdClassName
{
border-color: #5B0AFF;
}
.TagClassName
{
border-color: #5B0AFF;
}
</style>