Shades of Electric Indigo #5C03FA
Tints of Electric Indigo #5C03FA
RGB
CMYK
RGB Variations
Color information
#5C03FA (or 0x5C03FA) is known color: Electric Indigo. HEX triplet: 5C, 03 and FA. RGB value is (92,3,250). Sum of RGB (Red+Green+Blue) = 92+3+250=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #5C03FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C03FA is #A3FC05. Grayscale: #383838. Windows color (decimal): -10746886 or 16384860. OLE color: 16384860.
HSL color Cylindrical-coordinate representation of color #5C03FA: hue angle of 261.62º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C03FA is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 3 | 250 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.02 |
| HSL | 261.62º | 0.98% | 0.5% | - |
| HSV(B) | 261.62º | 0.99% | 0.98% | - |
| XYZ | 21.7 | 9.24 | 91.08 | - |
| YUV | 57.77 | 236.49 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 250 | 0.63 | 0.99 | 0 | 0.02 | 261.62 | 0.98 | 0.5 |
| Hex | 5C | 3 | FA | 3F | 63 | 0 | 2 | 106 | 62 | 32 |
| Octal | 134 | 3 | 372 | 77 | 143 | 0 | 2 | 406 | 142 | 62 |
| Binary | 1011100 | 11 | 11111010 | 111111 | 1100011 | 0 | 10 | 100000110 | 1100010 | 110010 |
Color Harmonies of #5C03FA
Complementary color
Monochromatic Colors of #5C03FA
Black with #5C03FA
Text Example
Text Example
White with #5C03FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C03FA; }
p { color: rgb(92,3,250); }
H1.HeaderClassName
{
color: #5C03FA;
}
.AnyTagClassName
{
color: #5C03FA;
}
</style>
background-color css
<style>
a { background-color: #5C03FA; }
a { background-color: rgb(92,3,250); }
div.DivClassName
{
background-color: #5C03FA;
}
.BgClassName
{
background-color: #5C03FA;
}
</style>
border-color css
<style>
span { border-color: #5C03FA; }
span { border-color: rgb(92,3,250); }
td.TdClassName
{
border-color: #5C03FA;
}
.TagClassName
{
border-color: #5C03FA;
}
</style>