Shades of Electric Indigo #5303FC
Tints of Electric Indigo #5303FC
RGB
CMYK
RGB Variations
Color information
#5303FC (or 0x5303FC) is known color: Electric Indigo. HEX triplet: 53, 03 and FC. RGB value is (83,3,252). Sum of RGB (Red+Green+Blue) = 83+3+252=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 252 (98.83% from 255 or 74.56% from 338); Max value from RGB is 252 - color contains mainly: blue. Hex color #5303FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5303FC is #ACFC03. Grayscale: #363636. Windows color (decimal): -11336708 or 16515923. OLE color: 16515923.
HSL color Cylindrical-coordinate representation of color #5303FC: hue angle of 259.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5303FC is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 3 | 252 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.01 |
| HSL | 259.28º | 0.98% | 0.5% | - |
| HSV(B) | 259.28º | 0.99% | 0.99% | - |
| XYZ | 21.17 | 8.93 | 92.7 | - |
| YUV | 55.31 | 239 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 252 | 0.67 | 0.99 | 0 | 0.01 | 259.28 | 0.98 | 0.5 |
| Hex | 53 | 3 | FC | 43 | 63 | 0 | 1 | 103 | 62 | 32 |
| Octal | 123 | 3 | 374 | 103 | 143 | 0 | 1 | 403 | 142 | 62 |
| Binary | 1010011 | 11 | 11111100 | 1000011 | 1100011 | 0 | 1 | 100000011 | 1100010 | 110010 |
Color Harmonies of #5303FC
Complementary color
Monochromatic Colors of #5303FC
Black with #5303FC
Text Example
Text Example
White with #5303FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5303FC; }
p { color: rgb(83,3,252); }
H1.HeaderClassName
{
color: #5303FC;
}
.AnyTagClassName
{
color: #5303FC;
}
</style>
background-color css
<style>
a { background-color: #5303FC; }
a { background-color: rgb(83,3,252); }
div.DivClassName
{
background-color: #5303FC;
}
.BgClassName
{
background-color: #5303FC;
}
</style>
border-color css
<style>
span { border-color: #5303FC; }
span { border-color: rgb(83,3,252); }
td.TdClassName
{
border-color: #5303FC;
}
.TagClassName
{
border-color: #5303FC;
}
</style>