Shades of Electric Indigo #610AF8
Tints of Electric Indigo #610AF8
RGB
CMYK
RGB Variations
Color information
#610AF8 (or 0x610AF8) is known color: Electric Indigo. HEX triplet: 61, 0A and F8. RGB value is (97,10,248). Sum of RGB (Red+Green+Blue) = 97+10+248=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 248 (97.27% from 255 or 69.86% from 355); Max value from RGB is 248 - color contains mainly: blue. Hex color #610AF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610AF8 is #9EF507. Grayscale: #3E3E3E. Windows color (decimal): -10417416 or 16255585. OLE color: 16255585.
HSL color Cylindrical-coordinate representation of color #610AF8: hue angle of 261.93º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610AF8 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 10 | 248 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.03 |
| HSL | 261.93º | 0.94% | 0.51% | - |
| HSV(B) | 261.93º | 0.96% | 0.97% | - |
| XYZ | 21.98 | 9.54 | 89.49 | - |
| YUV | 63.15 | 232.32 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 248 | 0.61 | 0.96 | 0 | 0.03 | 261.93 | 0.94 | 0.51 |
| Hex | 61 | A | F8 | 3D | 60 | 0 | 3 | 106 | 5E | 33 |
| Octal | 141 | 12 | 370 | 75 | 140 | 0 | 3 | 406 | 136 | 63 |
| Binary | 1100001 | 1010 | 11111000 | 111101 | 1100000 | 0 | 11 | 100000110 | 1011110 | 110011 |
Color Harmonies of #610AF8
Complementary color
Monochromatic Colors of #610AF8
Black with #610AF8
Text Example
Text Example
White with #610AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610AF8; }
p { color: rgb(97,10,248); }
H1.HeaderClassName
{
color: #610AF8;
}
.AnyTagClassName
{
color: #610AF8;
}
</style>
background-color css
<style>
a { background-color: #610AF8; }
a { background-color: rgb(97,10,248); }
div.DivClassName
{
background-color: #610AF8;
}
.BgClassName
{
background-color: #610AF8;
}
</style>
border-color css
<style>
span { border-color: #610AF8; }
span { border-color: rgb(97,10,248); }
td.TdClassName
{
border-color: #610AF8;
}
.TagClassName
{
border-color: #610AF8;
}
</style>