Shades of Electric Indigo #610CEF
Tints of Electric Indigo #610CEF
RGB
CMYK
RGB Variations
Color information
#610CEF (or 0x610CEF) is known color: Electric Indigo. HEX triplet: 61, 0C and EF. RGB value is (97,12,239). Sum of RGB (Red+Green+Blue) = 97+12+239=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #610CEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610CEF is #9EF310. Grayscale: #3E3E3E. Windows color (decimal): -10416913 or 15666273. OLE color: 15666273.
HSL color Cylindrical-coordinate representation of color #610CEF: hue angle of 262.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610CEF is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 12 | 239 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.06 |
| HSL | 262.47º | 0.9% | 0.49% | - |
| HSV(B) | 262.47º | 0.95% | 0.94% | - |
| XYZ | 20.64 | 9.04 | 82.32 | - |
| YUV | 63.29 | 227.16 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 239 | 0.59 | 0.95 | 0 | 0.06 | 262.47 | 0.9 | 0.49 |
| Hex | 61 | C | EF | 3B | 5F | 0 | 6 | 106 | 5A | 31 |
| Octal | 141 | 14 | 357 | 73 | 137 | 0 | 6 | 406 | 132 | 61 |
| Binary | 1100001 | 1100 | 11101111 | 111011 | 1011111 | 0 | 110 | 100000110 | 1011010 | 110001 |
Color Harmonies of #610CEF
Complementary color
Monochromatic Colors of #610CEF
Black with #610CEF
Text Example
Text Example
White with #610CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610CEF; }
p { color: rgb(97,12,239); }
H1.HeaderClassName
{
color: #610CEF;
}
.AnyTagClassName
{
color: #610CEF;
}
</style>
background-color css
<style>
a { background-color: #610CEF; }
a { background-color: rgb(97,12,239); }
div.DivClassName
{
background-color: #610CEF;
}
.BgClassName
{
background-color: #610CEF;
}
</style>
border-color css
<style>
span { border-color: #610CEF; }
span { border-color: rgb(97,12,239); }
td.TdClassName
{
border-color: #610CEF;
}
.TagClassName
{
border-color: #610CEF;
}
</style>