Shades of Electric Indigo #610CEE
Tints of Electric Indigo #610CEE
RGB
CMYK
RGB Variations
Color information
#610CEE (or 0x610CEE) is known color: Electric Indigo. HEX triplet: 61, 0C and EE. RGB value is (97,12,238). Sum of RGB (Red+Green+Blue) = 97+12+238=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 238 (93.36% from 255 or 68.59% from 347); Max value from RGB is 238 - color contains mainly: blue. Hex color #610CEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610CEE is #9EF311. Grayscale: #3E3E3E. Windows color (decimal): -10416914 or 15600737. OLE color: 15600737.
HSL color Cylindrical-coordinate representation of color #610CEE: hue angle of 262.57º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610CEE is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 12 | 238 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.07 |
| HSL | 262.57º | 0.9% | 0.49% | - |
| HSV(B) | 262.57º | 0.95% | 0.93% | - |
| XYZ | 20.49 | 8.98 | 81.54 | - |
| YUV | 63.18 | 226.66 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 238 | 0.59 | 0.95 | 0 | 0.07 | 262.57 | 0.9 | 0.49 |
| Hex | 61 | C | EE | 3B | 5F | 0 | 7 | 107 | 5A | 31 |
| Octal | 141 | 14 | 356 | 73 | 137 | 0 | 7 | 407 | 132 | 61 |
| Binary | 1100001 | 1100 | 11101110 | 111011 | 1011111 | 0 | 111 | 100000111 | 1011010 | 110001 |
Color Harmonies of #610CEE
Complementary color
Monochromatic Colors of #610CEE
Black with #610CEE
Text Example
Text Example
White with #610CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610CEE; }
p { color: rgb(97,12,238); }
H1.HeaderClassName
{
color: #610CEE;
}
.AnyTagClassName
{
color: #610CEE;
}
</style>
background-color css
<style>
a { background-color: #610CEE; }
a { background-color: rgb(97,12,238); }
div.DivClassName
{
background-color: #610CEE;
}
.BgClassName
{
background-color: #610CEE;
}
</style>
border-color css
<style>
span { border-color: #610CEE; }
span { border-color: rgb(97,12,238); }
td.TdClassName
{
border-color: #610CEE;
}
.TagClassName
{
border-color: #610CEE;
}
</style>