Shades of Electric Indigo #610DDF
Tints of Electric Indigo #610DDF
RGB
CMYK
RGB Variations
Color information
#610DDF (or 0x610DDF) is known color: Electric Indigo. HEX triplet: 61, 0D and DF. RGB value is (97,13,223). Sum of RGB (Red+Green+Blue) = 97+13+223=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #610DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610DDF is #9EF220. Grayscale: #3D3D3D. Windows color (decimal): -10416673 or 14617953. OLE color: 14617953.
HSL color Cylindrical-coordinate representation of color #610DDF: hue angle of 264º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610DDF is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 13 | 223 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.13 |
| HSL | 264º | 0.89% | 0.46% | - |
| HSV(B) | 264º | 0.94% | 0.87% | - |
| XYZ | 18.39 | 8.16 | 70.42 | - |
| YUV | 62.06 | 218.83 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 223 | 0.57 | 0.94 | 0 | 0.13 | 264 | 0.89 | 0.46 |
| Hex | 61 | D | DF | 39 | 5E | 0 | D | 108 | 59 | 2E |
| Octal | 141 | 15 | 337 | 71 | 136 | 0 | 15 | 410 | 131 | 56 |
| Binary | 1100001 | 1101 | 11011111 | 111001 | 1011110 | 0 | 1101 | 100001000 | 1011001 | 101110 |
Color Harmonies of #610DDF
Complementary color
Monochromatic Colors of #610DDF
Black with #610DDF
Text Example
Text Example
White with #610DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610DDF; }
p { color: rgb(97,13,223); }
H1.HeaderClassName
{
color: #610DDF;
}
.AnyTagClassName
{
color: #610DDF;
}
</style>
background-color css
<style>
a { background-color: #610DDF; }
a { background-color: rgb(97,13,223); }
div.DivClassName
{
background-color: #610DDF;
}
.BgClassName
{
background-color: #610DDF;
}
</style>
border-color css
<style>
span { border-color: #610DDF; }
span { border-color: rgb(97,13,223); }
td.TdClassName
{
border-color: #610DDF;
}
.TagClassName
{
border-color: #610DDF;
}
</style>