Shades of Electric Indigo #781AFB
Tints of Electric Indigo #781AFB
RGB
CMYK
RGB Variations
Color information
#781AFB (or 0x781AFB) is known color: Electric Indigo. HEX triplet: 78, 1A and FB. RGB value is (120,26,251). Sum of RGB (Red+Green+Blue) = 120+26+251=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #781AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781AFB is #87E504. Grayscale: #4E4E4E. Windows color (decimal): -8905989 or 16456312. OLE color: 16456312.
HSL color Cylindrical-coordinate representation of color #781AFB: hue angle of 265.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #781AFB is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 26 | 251 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.02 |
| HSL | 265.07º | 0.97% | 0.54% | - |
| HSV(B) | 265.07º | 0.9% | 0.98% | - |
| XYZ | 25.53 | 11.7 | 92.18 | - |
| YUV | 79.76 | 224.64 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 251 | 0.52 | 0.90 | 0 | 0.02 | 265.07 | 0.97 | 0.54 |
| Hex | 78 | 1A | FB | 34 | 5A | 0 | 2 | 109 | 61 | 36 |
| Octal | 170 | 32 | 373 | 64 | 132 | 0 | 2 | 411 | 141 | 66 |
| Binary | 1111000 | 11010 | 11111011 | 110100 | 1011010 | 0 | 10 | 100001001 | 1100001 | 110110 |
Color Harmonies of #781AFB
Complementary color
Monochromatic Colors of #781AFB
Black with #781AFB
Text Example
Text Example
White with #781AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781AFB; }
p { color: rgb(120,26,251); }
H1.HeaderClassName
{
color: #781AFB;
}
.AnyTagClassName
{
color: #781AFB;
}
</style>
background-color css
<style>
a { background-color: #781AFB; }
a { background-color: rgb(120,26,251); }
div.DivClassName
{
background-color: #781AFB;
}
.BgClassName
{
background-color: #781AFB;
}
</style>
border-color css
<style>
span { border-color: #781AFB; }
span { border-color: rgb(120,26,251); }
td.TdClassName
{
border-color: #781AFB;
}
.TagClassName
{
border-color: #781AFB;
}
</style>