Shades of Electric Indigo #781DFB
Tints of Electric Indigo #781DFB
RGB
CMYK
RGB Variations
Color information
#781DFB (or 0x781DFB) is known color: Electric Indigo. HEX triplet: 78, 1D and FB. RGB value is (120,29,251). Sum of RGB (Red+Green+Blue) = 120+29+251=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #781DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781DFB is #87E204. Grayscale: #505050. Windows color (decimal): -8905221 or 16457080. OLE color: 16457080.
HSL color Cylindrical-coordinate representation of color #781DFB: hue angle of 264.59º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781DFB is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 29 | 251 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.02 |
| HSL | 264.59º | 0.97% | 0.55% | - |
| HSV(B) | 264.59º | 0.88% | 0.98% | - |
| XYZ | 25.6 | 11.84 | 92.2 | - |
| YUV | 81.52 | 223.65 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 251 | 0.52 | 0.88 | 0 | 0.02 | 264.59 | 0.97 | 0.55 |
| Hex | 78 | 1D | FB | 34 | 58 | 0 | 2 | 109 | 61 | 37 |
| Octal | 170 | 35 | 373 | 64 | 130 | 0 | 2 | 411 | 141 | 67 |
| Binary | 1111000 | 11101 | 11111011 | 110100 | 1011000 | 0 | 10 | 100001001 | 1100001 | 110111 |
Color Harmonies of #781DFB
Complementary color
Monochromatic Colors of #781DFB
Black with #781DFB
Text Example
Text Example
White with #781DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781DFB; }
p { color: rgb(120,29,251); }
H1.HeaderClassName
{
color: #781DFB;
}
.AnyTagClassName
{
color: #781DFB;
}
</style>
background-color css
<style>
a { background-color: #781DFB; }
a { background-color: rgb(120,29,251); }
div.DivClassName
{
background-color: #781DFB;
}
.BgClassName
{
background-color: #781DFB;
}
</style>
border-color css
<style>
span { border-color: #781DFB; }
span { border-color: rgb(120,29,251); }
td.TdClassName
{
border-color: #781DFB;
}
.TagClassName
{
border-color: #781DFB;
}
</style>