Shades of Electric Indigo #781DFF
Tints of Electric Indigo #781DFF
RGB
CMYK
RGB Variations
Color information
#781DFF (or 0x781DFF) is known color: Electric Indigo. HEX triplet: 78, 1D and FF. RGB value is (120,29,255). Sum of RGB (Red+Green+Blue) = 120+29+255=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #781DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781DFF is #87E200. Grayscale: #515151. Windows color (decimal): -8905217 or 16719224. OLE color: 16719224.
HSL color Cylindrical-coordinate representation of color #781DFF: hue angle of 264.16º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #781DFF is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 29 | 255 | - |
| CMYK | 0.53 | 0.89 | 0 | 0 |
| HSL | 264.16º | 1% | 0.56% | - |
| HSV(B) | 264.16º | 0.89% | 1% | - |
| XYZ | 26.24 | 12.09 | 95.56 | - |
| YUV | 81.97 | 225.65 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 255 | 0.53 | 0.89 | 0 | 0 | 264.16 | 1 | 0.56 |
| Hex | 78 | 1D | FF | 35 | 59 | 0 | 0 | 108 | 64 | 38 |
| Octal | 170 | 35 | 377 | 65 | 131 | 0 | 0 | 410 | 144 | 70 |
| Binary | 1111000 | 11101 | 11111111 | 110101 | 1011001 | 0 | 0 | 100001000 | 1100100 | 111000 |
Color Harmonies of #781DFF
Complementary color
Monochromatic Colors of #781DFF
Black with #781DFF
Text Example
Text Example
White with #781DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781DFF; }
p { color: rgb(120,29,255); }
H1.HeaderClassName
{
color: #781DFF;
}
.AnyTagClassName
{
color: #781DFF;
}
</style>
background-color css
<style>
a { background-color: #781DFF; }
a { background-color: rgb(120,29,255); }
div.DivClassName
{
background-color: #781DFF;
}
.BgClassName
{
background-color: #781DFF;
}
</style>
border-color css
<style>
span { border-color: #781DFF; }
span { border-color: rgb(120,29,255); }
td.TdClassName
{
border-color: #781DFF;
}
.TagClassName
{
border-color: #781DFF;
}
</style>