Shades of Electric Indigo #610BFD
Tints of Electric Indigo #610BFD
RGB
CMYK
RGB Variations
Color information
#610BFD (or 0x610BFD) is known color: Electric Indigo. HEX triplet: 61, 0B and FD. RGB value is (97,11,253). Sum of RGB (Red+Green+Blue) = 97+11+253=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #610BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610BFD is #9EF402. Grayscale: #3F3F3F. Windows color (decimal): -10417155 or 16583521. OLE color: 16583521.
HSL color Cylindrical-coordinate representation of color #610BFD: hue angle of 261.32º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610BFD is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 11 | 253 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.01 |
| HSL | 261.32º | 0.98% | 0.52% | - |
| HSV(B) | 261.32º | 0.96% | 0.99% | - |
| XYZ | 22.78 | 9.87 | 93.63 | - |
| YUV | 64.3 | 234.49 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 11 | 253 | 0.62 | 0.96 | 0 | 0.01 | 261.32 | 0.98 | 0.52 |
| Hex | 61 | B | FD | 3E | 60 | 0 | 1 | 105 | 62 | 34 |
| Octal | 141 | 13 | 375 | 76 | 140 | 0 | 1 | 405 | 142 | 64 |
| Binary | 1100001 | 1011 | 11111101 | 111110 | 1100000 | 0 | 1 | 100000101 | 1100010 | 110100 |
Color Harmonies of #610BFD
Complementary color
Monochromatic Colors of #610BFD
Black with #610BFD
Text Example
Text Example
White with #610BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610BFD; }
p { color: rgb(97,11,253); }
H1.HeaderClassName
{
color: #610BFD;
}
.AnyTagClassName
{
color: #610BFD;
}
</style>
background-color css
<style>
a { background-color: #610BFD; }
a { background-color: rgb(97,11,253); }
div.DivClassName
{
background-color: #610BFD;
}
.BgClassName
{
background-color: #610BFD;
}
</style>
border-color css
<style>
span { border-color: #610BFD; }
span { border-color: rgb(97,11,253); }
td.TdClassName
{
border-color: #610BFD;
}
.TagClassName
{
border-color: #610BFD;
}
</style>