Shades of Electric Indigo #610CFB
Tints of Electric Indigo #610CFB
RGB
CMYK
RGB Variations
Color information
#610CFB (or 0x610CFB) is known color: Electric Indigo. HEX triplet: 61, 0C and FB. RGB value is (97,12,251). Sum of RGB (Red+Green+Blue) = 97+12+251=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 251 (98.44% from 255 or 69.72% from 360); Max value from RGB is 251 - color contains mainly: blue. Hex color #610CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610CFB is #9EF304. Grayscale: #3F3F3F. Windows color (decimal): -10416901 or 16452705. OLE color: 16452705.
HSL color Cylindrical-coordinate representation of color #610CFB: hue angle of 261.34º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610CFB is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 12 | 251 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.02 |
| HSL | 261.34º | 0.97% | 0.52% | - |
| HSV(B) | 261.34º | 0.95% | 0.98% | - |
| XYZ | 22.47 | 9.77 | 91.97 | - |
| YUV | 64.66 | 233.16 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 251 | 0.61 | 0.95 | 0 | 0.02 | 261.34 | 0.97 | 0.52 |
| Hex | 61 | C | FB | 3D | 5F | 0 | 2 | 105 | 61 | 34 |
| Octal | 141 | 14 | 373 | 75 | 137 | 0 | 2 | 405 | 141 | 64 |
| Binary | 1100001 | 1100 | 11111011 | 111101 | 1011111 | 0 | 10 | 100000101 | 1100001 | 110100 |
Color Harmonies of #610CFB
Complementary color
Monochromatic Colors of #610CFB
Black with #610CFB
Text Example
Text Example
White with #610CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610CFB; }
p { color: rgb(97,12,251); }
H1.HeaderClassName
{
color: #610CFB;
}
.AnyTagClassName
{
color: #610CFB;
}
</style>
background-color css
<style>
a { background-color: #610CFB; }
a { background-color: rgb(97,12,251); }
div.DivClassName
{
background-color: #610CFB;
}
.BgClassName
{
background-color: #610CFB;
}
</style>
border-color css
<style>
span { border-color: #610CFB; }
span { border-color: rgb(97,12,251); }
td.TdClassName
{
border-color: #610CFB;
}
.TagClassName
{
border-color: #610CFB;
}
</style>