Shades of Electric Indigo #781CFF
Tints of Electric Indigo #781CFF
RGB
CMYK
RGB Variations
Color information
#781CFF (or 0x781CFF) is known color: Electric Indigo. HEX triplet: 78, 1C and FF. RGB value is (120,28,255). Sum of RGB (Red+Green+Blue) = 120+28+255=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #781CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781CFF is #87E300. Grayscale: #505050. Windows color (decimal): -8905473 or 16718968. OLE color: 16718968.
HSL color Cylindrical-coordinate representation of color #781CFF: hue angle of 264.32º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #781CFF is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 28 | 255 | - |
| CMYK | 0.53 | 0.89 | 0 | 0 |
| HSL | 264.32º | 1% | 0.55% | - |
| HSV(B) | 264.32º | 0.89% | 1% | - |
| XYZ | 26.21 | 12.04 | 95.55 | - |
| YUV | 81.39 | 225.98 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 255 | 0.53 | 0.89 | 0 | 0 | 264.32 | 1 | 0.55 |
| Hex | 78 | 1C | FF | 35 | 59 | 0 | 0 | 108 | 64 | 37 |
| Octal | 170 | 34 | 377 | 65 | 131 | 0 | 0 | 410 | 144 | 67 |
| Binary | 1111000 | 11100 | 11111111 | 110101 | 1011001 | 0 | 0 | 100001000 | 1100100 | 110111 |
Color Harmonies of #781CFF
Complementary color
Monochromatic Colors of #781CFF
Black with #781CFF
Text Example
Text Example
White with #781CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781CFF; }
p { color: rgb(120,28,255); }
H1.HeaderClassName
{
color: #781CFF;
}
.AnyTagClassName
{
color: #781CFF;
}
</style>
background-color css
<style>
a { background-color: #781CFF; }
a { background-color: rgb(120,28,255); }
div.DivClassName
{
background-color: #781CFF;
}
.BgClassName
{
background-color: #781CFF;
}
</style>
border-color css
<style>
span { border-color: #781CFF; }
span { border-color: rgb(120,28,255); }
td.TdClassName
{
border-color: #781CFF;
}
.TagClassName
{
border-color: #781CFF;
}
</style>