Shades of Electric Indigo #781AFF
Tints of Electric Indigo #781AFF
RGB
CMYK
RGB Variations
Color information
#781AFF (or 0x781AFF) is known color: Electric Indigo. HEX triplet: 78, 1A and FF. RGB value is (120,26,255). Sum of RGB (Red+Green+Blue) = 120+26+255=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #781AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781AFF is #87E500. Grayscale: #4F4F4F. Windows color (decimal): -8905985 or 16718456. OLE color: 16718456.
HSL color Cylindrical-coordinate representation of color #781AFF: hue angle of 264.63º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #781AFF is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 26 | 255 | - |
| CMYK | 0.53 | 0.90 | 0 | 0 |
| HSL | 264.63º | 1% | 0.55% | - |
| HSV(B) | 264.63º | 0.9% | 1% | - |
| XYZ | 26.17 | 11.95 | 95.54 | - |
| YUV | 80.21 | 226.64 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 255 | 0.53 | 0.90 | 0 | 0 | 264.63 | 1 | 0.55 |
| Hex | 78 | 1A | FF | 35 | 5A | 0 | 0 | 109 | 64 | 37 |
| Octal | 170 | 32 | 377 | 65 | 132 | 0 | 0 | 411 | 144 | 67 |
| Binary | 1111000 | 11010 | 11111111 | 110101 | 1011010 | 0 | 0 | 100001001 | 1100100 | 110111 |
Color Harmonies of #781AFF
Complementary color
Monochromatic Colors of #781AFF
Black with #781AFF
Text Example
Text Example
White with #781AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781AFF; }
p { color: rgb(120,26,255); }
H1.HeaderClassName
{
color: #781AFF;
}
.AnyTagClassName
{
color: #781AFF;
}
</style>
background-color css
<style>
a { background-color: #781AFF; }
a { background-color: rgb(120,26,255); }
div.DivClassName
{
background-color: #781AFF;
}
.BgClassName
{
background-color: #781AFF;
}
</style>
border-color css
<style>
span { border-color: #781AFF; }
span { border-color: rgb(120,26,255); }
td.TdClassName
{
border-color: #781AFF;
}
.TagClassName
{
border-color: #781AFF;
}
</style>