Shades of Electric Indigo #5301FB
Tints of Electric Indigo #5301FB
RGB
CMYK
RGB Variations
Color information
#5301FB (or 0x5301FB) is known color: Electric Indigo. HEX triplet: 53, 01 and FB. RGB value is (83,1,251). Sum of RGB (Red+Green+Blue) = 83+1+251=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #5301FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5301FB is #ACFE04. Grayscale: #353535. Windows color (decimal): -11337221 or 16449875. OLE color: 16449875.
HSL color Cylindrical-coordinate representation of color #5301FB: hue angle of 259.68º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5301FB is Cyan = 0.67, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 1 | 251 | - |
| CMYK | 0.67 | 1.00 | 0 | 0.02 |
| HSL | 259.68º | 0.99% | 0.49% | - |
| HSV(B) | 259.68º | 1% | 0.98% | - |
| XYZ | 20.99 | 8.83 | 91.86 | - |
| YUV | 54.02 | 239.17 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 251 | 0.67 | 1.00 | 0 | 0.02 | 259.68 | 0.99 | 0.49 |
| Hex | 53 | 1 | FB | 43 | 64 | 0 | 2 | 104 | 63 | 31 |
| Octal | 123 | 1 | 373 | 103 | 144 | 0 | 2 | 404 | 143 | 61 |
| Binary | 1010011 | 1 | 11111011 | 1000011 | 1100100 | 0 | 10 | 100000100 | 1100011 | 110001 |
Color Harmonies of #5301FB
Complementary color
Monochromatic Colors of #5301FB
Black with #5301FB
Text Example
Text Example
White with #5301FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5301FB; }
p { color: rgb(83,1,251); }
H1.HeaderClassName
{
color: #5301FB;
}
.AnyTagClassName
{
color: #5301FB;
}
</style>
background-color css
<style>
a { background-color: #5301FB; }
a { background-color: rgb(83,1,251); }
div.DivClassName
{
background-color: #5301FB;
}
.BgClassName
{
background-color: #5301FB;
}
</style>
border-color css
<style>
span { border-color: #5301FB; }
span { border-color: rgb(83,1,251); }
td.TdClassName
{
border-color: #5301FB;
}
.TagClassName
{
border-color: #5301FB;
}
</style>