Shades of Electric Indigo #610CFE
Tints of Electric Indigo #610CFE
RGB
CMYK
RGB Variations
Color information
#610CFE (or 0x610CFE) is known color: Electric Indigo. HEX triplet: 61, 0C and FE. RGB value is (97,12,254). Sum of RGB (Red+Green+Blue) = 97+12+254=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #610CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610CFE is #9EF301. Grayscale: #404040. Windows color (decimal): -10416898 or 16649313. OLE color: 16649313.
HSL color Cylindrical-coordinate representation of color #610CFE: hue angle of 261.07º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610CFE is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 12 | 254 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.00 |
| HSL | 261.07º | 0.99% | 0.52% | - |
| HSV(B) | 261.07º | 0.95% | 1% | - |
| XYZ | 22.95 | 9.96 | 94.48 | - |
| YUV | 65 | 234.66 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 254 | 0.62 | 0.95 | 0 | 0.00 | 261.07 | 0.99 | 0.52 |
| Hex | 61 | C | FE | 3E | 5F | 0 | 0 | 105 | 63 | 34 |
| Octal | 141 | 14 | 376 | 76 | 137 | 0 | 0 | 405 | 143 | 64 |
| Binary | 1100001 | 1100 | 11111110 | 111110 | 1011111 | 0 | 0 | 100000101 | 1100011 | 110100 |
Color Harmonies of #610CFE
Complementary color
Monochromatic Colors of #610CFE
Black with #610CFE
Text Example
Text Example
White with #610CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610CFE; }
p { color: rgb(97,12,254); }
H1.HeaderClassName
{
color: #610CFE;
}
.AnyTagClassName
{
color: #610CFE;
}
</style>
background-color css
<style>
a { background-color: #610CFE; }
a { background-color: rgb(97,12,254); }
div.DivClassName
{
background-color: #610CFE;
}
.BgClassName
{
background-color: #610CFE;
}
</style>
border-color css
<style>
span { border-color: #610CFE; }
span { border-color: rgb(97,12,254); }
td.TdClassName
{
border-color: #610CFE;
}
.TagClassName
{
border-color: #610CFE;
}
</style>