Shades of Electric Indigo #5C01EB
Tints of Electric Indigo #5C01EB
RGB
CMYK
RGB Variations
Color information
#5C01EB (or 0x5C01EB) is known color: Electric Indigo. HEX triplet: 5C, 01 and EB. RGB value is (92,1,235). Sum of RGB (Red+Green+Blue) = 92+1+235=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 235 (92.19% from 255 or 71.65% from 328); Max value from RGB is 235 - color contains mainly: blue. Hex color #5C01EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C01EB is #A3FE14. Grayscale: #363636. Windows color (decimal): -10747413 or 15401308. OLE color: 15401308.
HSL color Cylindrical-coordinate representation of color #5C01EB: hue angle of 263.33º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C01EB is Cyan = 0.61, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 1 | 235 | - |
| CMYK | 0.61 | 1.00 | 0 | 0.08 |
| HSL | 263.33º | 0.99% | 0.46% | - |
| HSV(B) | 263.33º | 1% | 0.92% | - |
| XYZ | 19.42 | 8.3 | 79.17 | - |
| YUV | 54.89 | 229.65 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 1 | 235 | 0.61 | 1.00 | 0 | 0.08 | 263.33 | 0.99 | 0.46 |
| Hex | 5C | 1 | EB | 3D | 64 | 0 | 8 | 107 | 63 | 2E |
| Octal | 134 | 1 | 353 | 75 | 144 | 0 | 10 | 407 | 143 | 56 |
| Binary | 1011100 | 1 | 11101011 | 111101 | 1100100 | 0 | 1000 | 100000111 | 1100011 | 101110 |
Color Harmonies of #5C01EB
Complementary color
Monochromatic Colors of #5C01EB
Black with #5C01EB
Text Example
Text Example
White with #5C01EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C01EB; }
p { color: rgb(92,1,235); }
H1.HeaderClassName
{
color: #5C01EB;
}
.AnyTagClassName
{
color: #5C01EB;
}
</style>
background-color css
<style>
a { background-color: #5C01EB; }
a { background-color: rgb(92,1,235); }
div.DivClassName
{
background-color: #5C01EB;
}
.BgClassName
{
background-color: #5C01EB;
}
</style>
border-color css
<style>
span { border-color: #5C01EB; }
span { border-color: rgb(92,1,235); }
td.TdClassName
{
border-color: #5C01EB;
}
.TagClassName
{
border-color: #5C01EB;
}
</style>