Shades of Electric Indigo #610FFD
Tints of Electric Indigo #610FFD
RGB
CMYK
RGB Variations
Color information
#610FFD (or 0x610FFD) is known color: Electric Indigo. HEX triplet: 61, 0F and FD. RGB value is (97,15,253). Sum of RGB (Red+Green+Blue) = 97+15+253=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #610FFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610FFD is #9EF002. Grayscale: #414141. Windows color (decimal): -10416131 or 16584545. OLE color: 16584545.
HSL color Cylindrical-coordinate representation of color #610FFD: hue angle of 260.67º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610FFD is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 15 | 253 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.01 |
| HSL | 260.67º | 0.98% | 0.53% | - |
| HSV(B) | 260.67º | 0.94% | 0.99% | - |
| XYZ | 22.83 | 9.97 | 93.65 | - |
| YUV | 66.65 | 233.17 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 253 | 0.62 | 0.94 | 0 | 0.01 | 260.67 | 0.98 | 0.53 |
| Hex | 61 | F | FD | 3E | 5E | 0 | 1 | 105 | 62 | 35 |
| Octal | 141 | 17 | 375 | 76 | 136 | 0 | 1 | 405 | 142 | 65 |
| Binary | 1100001 | 1111 | 11111101 | 111110 | 1011110 | 0 | 1 | 100000101 | 1100010 | 110101 |
Color Harmonies of #610FFD
Complementary color
Monochromatic Colors of #610FFD
Black with #610FFD
Text Example
Text Example
White with #610FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610FFD; }
p { color: rgb(97,15,253); }
H1.HeaderClassName
{
color: #610FFD;
}
.AnyTagClassName
{
color: #610FFD;
}
</style>
background-color css
<style>
a { background-color: #610FFD; }
a { background-color: rgb(97,15,253); }
div.DivClassName
{
background-color: #610FFD;
}
.BgClassName
{
background-color: #610FFD;
}
</style>
border-color css
<style>
span { border-color: #610FFD; }
span { border-color: rgb(97,15,253); }
td.TdClassName
{
border-color: #610FFD;
}
.TagClassName
{
border-color: #610FFD;
}
</style>