Shades of Electric Indigo #5C08FD
Tints of Electric Indigo #5C08FD
RGB
CMYK
RGB Variations
Color information
#5C08FD (or 0x5C08FD) is known color: Electric Indigo. HEX triplet: 5C, 08 and FD. RGB value is (92,8,253). Sum of RGB (Red+Green+Blue) = 92+8+253=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #5C08FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C08FD is #A3F702. Grayscale: #3C3C3C. Windows color (decimal): -10745603 or 16582748. OLE color: 16582748.
HSL color Cylindrical-coordinate representation of color #5C08FD: hue angle of 260.57º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C08FD is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 8 | 253 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.01 |
| HSL | 260.57º | 0.98% | 0.51% | - |
| HSV(B) | 260.57º | 0.97% | 0.99% | - |
| XYZ | 22.23 | 9.54 | 93.6 | - |
| YUV | 61.05 | 236.33 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 8 | 253 | 0.64 | 0.97 | 0 | 0.01 | 260.57 | 0.98 | 0.51 |
| Hex | 5C | 8 | FD | 40 | 61 | 0 | 1 | 105 | 62 | 33 |
| Octal | 134 | 10 | 375 | 100 | 141 | 0 | 1 | 405 | 142 | 63 |
| Binary | 1011100 | 1000 | 11111101 | 1000000 | 1100001 | 0 | 1 | 100000101 | 1100010 | 110011 |
Color Harmonies of #5C08FD
Complementary color
Monochromatic Colors of #5C08FD
Black with #5C08FD
Text Example
Text Example
White with #5C08FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C08FD; }
p { color: rgb(92,8,253); }
H1.HeaderClassName
{
color: #5C08FD;
}
.AnyTagClassName
{
color: #5C08FD;
}
</style>
background-color css
<style>
a { background-color: #5C08FD; }
a { background-color: rgb(92,8,253); }
div.DivClassName
{
background-color: #5C08FD;
}
.BgClassName
{
background-color: #5C08FD;
}
</style>
border-color css
<style>
span { border-color: #5C08FD; }
span { border-color: rgb(92,8,253); }
td.TdClassName
{
border-color: #5C08FD;
}
.TagClassName
{
border-color: #5C08FD;
}
</style>