Shades of Electric Indigo #781FFD
Tints of Electric Indigo #781FFD
RGB
CMYK
RGB Variations
Color information
#781FFD (or 0x781FFD) is known color: Electric Indigo. HEX triplet: 78, 1F and FD. RGB value is (120,31,253). Sum of RGB (Red+Green+Blue) = 120+31+253=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #781FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781FFD is #87E002. Grayscale: #525252. Windows color (decimal): -8904707 or 16588664. OLE color: 16588664.
HSL color Cylindrical-coordinate representation of color #781FFD: hue angle of 264.05º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781FFD is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 31 | 253 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.01 |
| HSL | 264.05º | 0.98% | 0.56% | - |
| HSV(B) | 264.05º | 0.88% | 0.99% | - |
| XYZ | 25.97 | 12.06 | 93.89 | - |
| YUV | 82.92 | 223.99 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 253 | 0.53 | 0.88 | 0 | 0.01 | 264.05 | 0.98 | 0.56 |
| Hex | 78 | 1F | FD | 35 | 58 | 0 | 1 | 108 | 62 | 38 |
| Octal | 170 | 37 | 375 | 65 | 130 | 0 | 1 | 410 | 142 | 70 |
| Binary | 1111000 | 11111 | 11111101 | 110101 | 1011000 | 0 | 1 | 100001000 | 1100010 | 111000 |
Color Harmonies of #781FFD
Complementary color
Monochromatic Colors of #781FFD
Black with #781FFD
Text Example
Text Example
White with #781FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781FFD; }
p { color: rgb(120,31,253); }
H1.HeaderClassName
{
color: #781FFD;
}
.AnyTagClassName
{
color: #781FFD;
}
</style>
background-color css
<style>
a { background-color: #781FFD; }
a { background-color: rgb(120,31,253); }
div.DivClassName
{
background-color: #781FFD;
}
.BgClassName
{
background-color: #781FFD;
}
</style>
border-color css
<style>
span { border-color: #781FFD; }
span { border-color: rgb(120,31,253); }
td.TdClassName
{
border-color: #781FFD;
}
.TagClassName
{
border-color: #781FFD;
}
</style>