Shades of Electric Indigo #610DFF
Tints of Electric Indigo #610DFF
RGB
CMYK
RGB Variations
Color information
#610DFF (or 0x610DFF) is known color: Electric Indigo. HEX triplet: 61, 0D and FF. RGB value is (97,13,255). Sum of RGB (Red+Green+Blue) = 97+13+255=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #610DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610DFF is #9EF200. Grayscale: #404040. Windows color (decimal): -10416641 or 16715105. OLE color: 16715105.
HSL color Cylindrical-coordinate representation of color #610DFF: hue angle of 260.83º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610DFF is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 13 | 255 | - |
| CMYK | 0.62 | 0.95 | 0 | 0 |
| HSL | 260.83º | 1% | 0.53% | - |
| HSV(B) | 260.83º | 0.95% | 1% | - |
| XYZ | 23.12 | 10.05 | 95.33 | - |
| YUV | 65.7 | 234.83 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 255 | 0.62 | 0.95 | 0 | 0 | 260.83 | 1 | 0.53 |
| Hex | 61 | D | FF | 3E | 5F | 0 | 0 | 105 | 64 | 35 |
| Octal | 141 | 15 | 377 | 76 | 137 | 0 | 0 | 405 | 144 | 65 |
| Binary | 1100001 | 1101 | 11111111 | 111110 | 1011111 | 0 | 0 | 100000101 | 1100100 | 110101 |
Color Harmonies of #610DFF
Complementary color
Monochromatic Colors of #610DFF
Black with #610DFF
Text Example
Text Example
White with #610DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610DFF; }
p { color: rgb(97,13,255); }
H1.HeaderClassName
{
color: #610DFF;
}
.AnyTagClassName
{
color: #610DFF;
}
</style>
background-color css
<style>
a { background-color: #610DFF; }
a { background-color: rgb(97,13,255); }
div.DivClassName
{
background-color: #610DFF;
}
.BgClassName
{
background-color: #610DFF;
}
</style>
border-color css
<style>
span { border-color: #610DFF; }
span { border-color: rgb(97,13,255); }
td.TdClassName
{
border-color: #610DFF;
}
.TagClassName
{
border-color: #610DFF;
}
</style>