Shades of Electric Indigo #610CDF
Tints of Electric Indigo #610CDF
RGB
CMYK
RGB Variations
Color information
#610CDF (or 0x610CDF) is known color: Electric Indigo. HEX triplet: 61, 0C and DF. RGB value is (97,12,223). Sum of RGB (Red+Green+Blue) = 97+12+223=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #610CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610CDF is #9EF320. Grayscale: #3C3C3C. Windows color (decimal): -10416929 or 14617697. OLE color: 14617697.
HSL color Cylindrical-coordinate representation of color #610CDF: hue angle of 264.17º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610CDF is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 12 | 223 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.13 |
| HSL | 264.17º | 0.9% | 0.46% | - |
| HSV(B) | 264.17º | 0.95% | 0.87% | - |
| XYZ | 18.38 | 8.13 | 70.41 | - |
| YUV | 61.47 | 219.16 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 223 | 0.57 | 0.95 | 0 | 0.13 | 264.17 | 0.9 | 0.46 |
| Hex | 61 | C | DF | 39 | 5F | 0 | D | 108 | 5A | 2E |
| Octal | 141 | 14 | 337 | 71 | 137 | 0 | 15 | 410 | 132 | 56 |
| Binary | 1100001 | 1100 | 11011111 | 111001 | 1011111 | 0 | 1101 | 100001000 | 1011010 | 101110 |
Color Harmonies of #610CDF
Complementary color
Monochromatic Colors of #610CDF
Black with #610CDF
Text Example
Text Example
White with #610CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610CDF; }
p { color: rgb(97,12,223); }
H1.HeaderClassName
{
color: #610CDF;
}
.AnyTagClassName
{
color: #610CDF;
}
</style>
background-color css
<style>
a { background-color: #610CDF; }
a { background-color: rgb(97,12,223); }
div.DivClassName
{
background-color: #610CDF;
}
.BgClassName
{
background-color: #610CDF;
}
</style>
border-color css
<style>
span { border-color: #610CDF; }
span { border-color: rgb(97,12,223); }
td.TdClassName
{
border-color: #610CDF;
}
.TagClassName
{
border-color: #610CDF;
}
</style>