Shades of Electric Indigo #5300FC
Tints of Electric Indigo #5300FC
RGB
CMYK
RGB Variations
Color information
#5300FC (or 0x5300FC) is known color: Electric Indigo. HEX triplet: 53, 00 and FC. RGB value is (83,0,252). Sum of RGB (Red+Green+Blue) = 83+0+252=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 252 (98.83% from 255 or 75.22% from 335); Max value from RGB is 252 - color contains mainly: blue. Hex color #5300FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5300FC is #ACFF03. Grayscale: #343434. Windows color (decimal): -11337476 or 16515155. OLE color: 16515155.
HSL color Cylindrical-coordinate representation of color #5300FC: hue angle of 259.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5300FC is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 0 | 252 | - |
| CMYK | 0.67 | 1 | 0 | 0.01 |
| HSL | 259.76º | 1% | 0.49% | - |
| HSV(B) | 259.76º | 1% | 0.99% | - |
| XYZ | 21.14 | 8.87 | 92.69 | - |
| YUV | 53.55 | 240 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 252 | 0.67 | 1 | 0 | 0.01 | 259.76 | 1 | 0.49 |
| Hex | 53 | 0 | FC | 43 | 64 | 0 | 1 | 104 | 64 | 31 |
| Octal | 123 | 0 | 374 | 103 | 144 | 0 | 1 | 404 | 144 | 61 |
| Binary | 1010011 | 0 | 11111100 | 1000011 | 1100100 | 0 | 1 | 100000100 | 1100100 | 110001 |
Color Harmonies of #5300FC
Complementary color
Monochromatic Colors of #5300FC
Black with #5300FC
Text Example
Text Example
White with #5300FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5300FC; }
p { color: rgb(83,0,252); }
H1.HeaderClassName
{
color: #5300FC;
}
.AnyTagClassName
{
color: #5300FC;
}
</style>
background-color css
<style>
a { background-color: #5300FC; }
a { background-color: rgb(83,0,252); }
div.DivClassName
{
background-color: #5300FC;
}
.BgClassName
{
background-color: #5300FC;
}
</style>
border-color css
<style>
span { border-color: #5300FC; }
span { border-color: rgb(83,0,252); }
td.TdClassName
{
border-color: #5300FC;
}
.TagClassName
{
border-color: #5300FC;
}
</style>