Shades of Electric Indigo #5C03FD
Tints of Electric Indigo #5C03FD
RGB
CMYK
RGB Variations
Color information
#5C03FD (or 0x5C03FD) is known color: Electric Indigo. HEX triplet: 5C, 03 and FD. RGB value is (92,3,253). Sum of RGB (Red+Green+Blue) = 92+3+253=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 253 (99.22% from 255 or 72.70% from 348); Max value from RGB is 253 - color contains mainly: blue. Hex color #5C03FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C03FD is #A3FC02. Grayscale: #393939. Windows color (decimal): -10746883 or 16581468. OLE color: 16581468.
HSL color Cylindrical-coordinate representation of color #5C03FD: hue angle of 261.36º 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 #5C03FD is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 3 | 253 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.01 |
| HSL | 261.36º | 0.98% | 0.5% | - |
| HSV(B) | 261.36º | 0.99% | 0.99% | - |
| XYZ | 22.18 | 9.43 | 93.58 | - |
| YUV | 58.11 | 237.99 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 253 | 0.64 | 0.99 | 0 | 0.01 | 261.36 | 0.98 | 0.5 |
| Hex | 5C | 3 | FD | 40 | 63 | 0 | 1 | 105 | 62 | 32 |
| Octal | 134 | 3 | 375 | 100 | 143 | 0 | 1 | 405 | 142 | 62 |
| Binary | 1011100 | 11 | 11111101 | 1000000 | 1100011 | 0 | 1 | 100000101 | 1100010 | 110010 |
Color Harmonies of #5C03FD
Complementary color
Monochromatic Colors of #5C03FD
Black with #5C03FD
Text Example
Text Example
White with #5C03FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C03FD; }
p { color: rgb(92,3,253); }
H1.HeaderClassName
{
color: #5C03FD;
}
.AnyTagClassName
{
color: #5C03FD;
}
</style>
background-color css
<style>
a { background-color: #5C03FD; }
a { background-color: rgb(92,3,253); }
div.DivClassName
{
background-color: #5C03FD;
}
.BgClassName
{
background-color: #5C03FD;
}
</style>
border-color css
<style>
span { border-color: #5C03FD; }
span { border-color: rgb(92,3,253); }
td.TdClassName
{
border-color: #5C03FD;
}
.TagClassName
{
border-color: #5C03FD;
}
</style>