Shades of Electric Indigo #5C06FA
Tints of Electric Indigo #5C06FA
RGB
CMYK
RGB Variations
Color information
#5C06FA (or 0x5C06FA) is known color: Electric Indigo. HEX triplet: 5C, 06 and FA. RGB value is (92,6,250). Sum of RGB (Red+Green+Blue) = 92+6+250=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #5C06FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C06FA is #A3F905. Grayscale: #3A3A3A. Windows color (decimal): -10746118 or 16385628. OLE color: 16385628.
HSL color Cylindrical-coordinate representation of color #5C06FA: hue angle of 261.15º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C06FA is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 6 | 250 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.02 |
| HSL | 261.15º | 0.96% | 0.5% | - |
| HSV(B) | 261.15º | 0.98% | 0.98% | - |
| XYZ | 21.73 | 9.31 | 91.09 | - |
| YUV | 59.53 | 235.49 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 6 | 250 | 0.63 | 0.98 | 0 | 0.02 | 261.15 | 0.96 | 0.5 |
| Hex | 5C | 6 | FA | 3F | 62 | 0 | 2 | 105 | 60 | 32 |
| Octal | 134 | 6 | 372 | 77 | 142 | 0 | 2 | 405 | 140 | 62 |
| Binary | 1011100 | 110 | 11111010 | 111111 | 1100010 | 0 | 10 | 100000101 | 1100000 | 110010 |
Color Harmonies of #5C06FA
Complementary color
Monochromatic Colors of #5C06FA
Black with #5C06FA
Text Example
Text Example
White with #5C06FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C06FA; }
p { color: rgb(92,6,250); }
H1.HeaderClassName
{
color: #5C06FA;
}
.AnyTagClassName
{
color: #5C06FA;
}
</style>
background-color css
<style>
a { background-color: #5C06FA; }
a { background-color: rgb(92,6,250); }
div.DivClassName
{
background-color: #5C06FA;
}
.BgClassName
{
background-color: #5C06FA;
}
</style>
border-color css
<style>
span { border-color: #5C06FA; }
span { border-color: rgb(92,6,250); }
td.TdClassName
{
border-color: #5C06FA;
}
.TagClassName
{
border-color: #5C06FA;
}
</style>