Shades of Electric Indigo #5803FF
Tints of Electric Indigo #5803FF
RGB
CMYK
RGB Variations
Color information
#5803FF (or 0x5803FF) is known color: Electric Indigo. HEX triplet: 58, 03 and FF. RGB value is (88,3,255). Sum of RGB (Red+Green+Blue) = 88+3+255=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #5803FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5803FF is #A7FC00. Grayscale: #383838. Windows color (decimal): -11009025 or 16712536. OLE color: 16712536.
HSL color Cylindrical-coordinate representation of color #5803FF: hue angle of 260.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5803FF is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 3 | 255 | - |
| CMYK | 0.65 | 0.99 | 0 | 0 |
| HSL | 260.24º | 1% | 0.51% | - |
| HSV(B) | 260.24º | 0.99% | 1% | - |
| XYZ | 22.11 | 9.36 | 95.25 | - |
| YUV | 57.14 | 239.66 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 255 | 0.65 | 0.99 | 0 | 0 | 260.24 | 1 | 0.51 |
| Hex | 58 | 3 | FF | 41 | 63 | 0 | 0 | 104 | 64 | 33 |
| Octal | 130 | 3 | 377 | 101 | 143 | 0 | 0 | 404 | 144 | 63 |
| Binary | 1011000 | 11 | 11111111 | 1000001 | 1100011 | 0 | 0 | 100000100 | 1100100 | 110011 |
Color Harmonies of #5803FF
Complementary color
Monochromatic Colors of #5803FF
Black with #5803FF
Text Example
Text Example
White with #5803FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5803FF; }
p { color: rgb(88,3,255); }
H1.HeaderClassName
{
color: #5803FF;
}
.AnyTagClassName
{
color: #5803FF;
}
</style>
background-color css
<style>
a { background-color: #5803FF; }
a { background-color: rgb(88,3,255); }
div.DivClassName
{
background-color: #5803FF;
}
.BgClassName
{
background-color: #5803FF;
}
</style>
border-color css
<style>
span { border-color: #5803FF; }
span { border-color: rgb(88,3,255); }
td.TdClassName
{
border-color: #5803FF;
}
.TagClassName
{
border-color: #5803FF;
}
</style>