Shades of Electric Indigo #781EFE
Tints of Electric Indigo #781EFE
RGB
CMYK
RGB Variations
Color information
#781EFE (or 0x781EFE) is known color: Electric Indigo. HEX triplet: 78, 1E and FE. RGB value is (120,30,254). Sum of RGB (Red+Green+Blue) = 120+30+254=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #781EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781EFE is #87E101. Grayscale: #515151. Windows color (decimal): -8904962 or 16653944. OLE color: 16653944.
HSL color Cylindrical-coordinate representation of color #781EFE: hue angle of 264.11º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781EFE is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 30 | 254 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.00 |
| HSL | 264.11º | 0.99% | 0.56% | - |
| HSV(B) | 264.11º | 0.88% | 1% | - |
| XYZ | 26.1 | 12.08 | 94.72 | - |
| YUV | 82.45 | 224.82 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 254 | 0.53 | 0.88 | 0 | 0.00 | 264.11 | 0.99 | 0.56 |
| Hex | 78 | 1E | FE | 35 | 58 | 0 | 0 | 108 | 63 | 38 |
| Octal | 170 | 36 | 376 | 65 | 130 | 0 | 0 | 410 | 143 | 70 |
| Binary | 1111000 | 11110 | 11111110 | 110101 | 1011000 | 0 | 0 | 100001000 | 1100011 | 111000 |
Color Harmonies of #781EFE
Complementary color
Monochromatic Colors of #781EFE
Black with #781EFE
Text Example
Text Example
White with #781EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781EFE; }
p { color: rgb(120,30,254); }
H1.HeaderClassName
{
color: #781EFE;
}
.AnyTagClassName
{
color: #781EFE;
}
</style>
background-color css
<style>
a { background-color: #781EFE; }
a { background-color: rgb(120,30,254); }
div.DivClassName
{
background-color: #781EFE;
}
.BgClassName
{
background-color: #781EFE;
}
</style>
border-color css
<style>
span { border-color: #781EFE; }
span { border-color: rgb(120,30,254); }
td.TdClassName
{
border-color: #781EFE;
}
.TagClassName
{
border-color: #781EFE;
}
</style>