Shades of Electric Indigo #781EFF
Tints of Electric Indigo #781EFF
RGB
CMYK
RGB Variations
Color information
#781EFF (or 0x781EFF) is known color: Electric Indigo. HEX triplet: 78, 1E and FF. RGB value is (120,30,255). Sum of RGB (Red+Green+Blue) = 120+30+255=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #781EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781EFF is #87E100. Grayscale: #515151. Windows color (decimal): -8904961 or 16719480. OLE color: 16719480.
HSL color Cylindrical-coordinate representation of color #781EFF: hue angle of 264º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781EFF is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 30 | 255 | - |
| CMYK | 0.53 | 0.88 | 0 | 0 |
| HSL | 264º | 1% | 0.56% | - |
| HSV(B) | 264º | 0.88% | 1% | - |
| XYZ | 26.26 | 12.14 | 95.57 | - |
| YUV | 82.56 | 225.32 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 255 | 0.53 | 0.88 | 0 | 0 | 264 | 1 | 0.56 |
| Hex | 78 | 1E | FF | 35 | 58 | 0 | 0 | 108 | 64 | 38 |
| Octal | 170 | 36 | 377 | 65 | 130 | 0 | 0 | 410 | 144 | 70 |
| Binary | 1111000 | 11110 | 11111111 | 110101 | 1011000 | 0 | 0 | 100001000 | 1100100 | 111000 |
Color Harmonies of #781EFF
Complementary color
Monochromatic Colors of #781EFF
Black with #781EFF
Text Example
Text Example
White with #781EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781EFF; }
p { color: rgb(120,30,255); }
H1.HeaderClassName
{
color: #781EFF;
}
.AnyTagClassName
{
color: #781EFF;
}
</style>
background-color css
<style>
a { background-color: #781EFF; }
a { background-color: rgb(120,30,255); }
div.DivClassName
{
background-color: #781EFF;
}
.BgClassName
{
background-color: #781EFF;
}
</style>
border-color css
<style>
span { border-color: #781EFF; }
span { border-color: rgb(120,30,255); }
td.TdClassName
{
border-color: #781EFF;
}
.TagClassName
{
border-color: #781EFF;
}
</style>