Shades of Electric Indigo #5301FD
Tints of Electric Indigo #5301FD
RGB
CMYK
RGB Variations
Color information
#5301FD (or 0x5301FD) is known color: Electric Indigo. HEX triplet: 53, 01 and FD. RGB value is (83,1,253). Sum of RGB (Red+Green+Blue) = 83+1+253=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #5301FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5301FD is #ACFE02. Grayscale: #353535. Windows color (decimal): -11337219 or 16580947. OLE color: 16580947.
HSL color Cylindrical-coordinate representation of color #5301FD: hue angle of 259.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5301FD is Cyan = 0.67, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 1 | 253 | - |
| CMYK | 0.67 | 1.00 | 0 | 0.01 |
| HSL | 259.52º | 0.99% | 0.5% | - |
| HSV(B) | 259.52º | 1% | 0.99% | - |
| XYZ | 21.31 | 8.95 | 93.53 | - |
| YUV | 54.25 | 240.17 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 253 | 0.67 | 1.00 | 0 | 0.01 | 259.52 | 0.99 | 0.5 |
| Hex | 53 | 1 | FD | 43 | 64 | 0 | 1 | 104 | 63 | 32 |
| Octal | 123 | 1 | 375 | 103 | 144 | 0 | 1 | 404 | 143 | 62 |
| Binary | 1010011 | 1 | 11111101 | 1000011 | 1100100 | 0 | 1 | 100000100 | 1100011 | 110010 |
Color Harmonies of #5301FD
Complementary color
Monochromatic Colors of #5301FD
Black with #5301FD
Text Example
Text Example
White with #5301FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5301FD; }
p { color: rgb(83,1,253); }
H1.HeaderClassName
{
color: #5301FD;
}
.AnyTagClassName
{
color: #5301FD;
}
</style>
background-color css
<style>
a { background-color: #5301FD; }
a { background-color: rgb(83,1,253); }
div.DivClassName
{
background-color: #5301FD;
}
.BgClassName
{
background-color: #5301FD;
}
</style>
border-color css
<style>
span { border-color: #5301FD; }
span { border-color: rgb(83,1,253); }
td.TdClassName
{
border-color: #5301FD;
}
.TagClassName
{
border-color: #5301FD;
}
</style>