Shades of Electric Indigo #5301FF
Tints of Electric Indigo #5301FF
RGB
CMYK
RGB Variations
Color information
#5301FF (or 0x5301FF) is known color: Electric Indigo. HEX triplet: 53, 01 and FF. RGB value is (83,1,255). Sum of RGB (Red+Green+Blue) = 83+1+255=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #5301FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5301FF is #ACFE00. Grayscale: #353535. Windows color (decimal): -11337217 or 16712019. OLE color: 16712019.
HSL color Cylindrical-coordinate representation of color #5301FF: hue angle of 259.37º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5301FF is Cyan = 0.67, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 1 | 255 | - |
| CMYK | 0.67 | 1.00 | 0 | 0 |
| HSL | 259.37º | 1% | 0.5% | - |
| HSV(B) | 259.37º | 1% | 1% | - |
| XYZ | 21.63 | 9.08 | 95.22 | - |
| YUV | 54.47 | 241.17 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 255 | 0.67 | 1.00 | 0 | 0 | 259.37 | 1 | 0.5 |
| Hex | 53 | 1 | FF | 43 | 64 | 0 | 0 | 103 | 64 | 32 |
| Octal | 123 | 1 | 377 | 103 | 144 | 0 | 0 | 403 | 144 | 62 |
| Binary | 1010011 | 1 | 11111111 | 1000011 | 1100100 | 0 | 0 | 100000011 | 1100100 | 110010 |
Color Harmonies of #5301FF
Complementary color
Monochromatic Colors of #5301FF
Black with #5301FF
Text Example
Text Example
White with #5301FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5301FF; }
p { color: rgb(83,1,255); }
H1.HeaderClassName
{
color: #5301FF;
}
.AnyTagClassName
{
color: #5301FF;
}
</style>
background-color css
<style>
a { background-color: #5301FF; }
a { background-color: rgb(83,1,255); }
div.DivClassName
{
background-color: #5301FF;
}
.BgClassName
{
background-color: #5301FF;
}
</style>
border-color css
<style>
span { border-color: #5301FF; }
span { border-color: rgb(83,1,255); }
td.TdClassName
{
border-color: #5301FF;
}
.TagClassName
{
border-color: #5301FF;
}
</style>