Shades of Electric Indigo #740DFA
Tints of Electric Indigo #740DFA
RGB
CMYK
RGB Variations
Color information
#740DFA (or 0x740DFA) is known color: Electric Indigo. HEX triplet: 74, 0D and FA. RGB value is (116,13,250). Sum of RGB (Red+Green+Blue) = 116+13+250=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #740DFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740DFA is #8BF205. Grayscale: #454545. Windows color (decimal): -9171462 or 16387444. OLE color: 16387444.
HSL color Cylindrical-coordinate representation of color #740DFA: hue angle of 266.08º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740DFA is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 13 | 250 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.02 |
| HSL | 266.08º | 0.96% | 0.52% | - |
| HSV(B) | 266.08º | 0.95% | 0.98% | - |
| XYZ | 24.6 | 10.9 | 91.25 | - |
| YUV | 70.82 | 229.12 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 250 | 0.54 | 0.95 | 0 | 0.02 | 266.08 | 0.96 | 0.52 |
| Hex | 74 | D | FA | 36 | 5F | 0 | 2 | 10A | 60 | 34 |
| Octal | 164 | 15 | 372 | 66 | 137 | 0 | 2 | 412 | 140 | 64 |
| Binary | 1110100 | 1101 | 11111010 | 110110 | 1011111 | 0 | 10 | 100001010 | 1100000 | 110100 |
Color Harmonies of #740DFA
Complementary color
Monochromatic Colors of #740DFA
Black with #740DFA
Text Example
Text Example
White with #740DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740DFA; }
p { color: rgb(116,13,250); }
H1.HeaderClassName
{
color: #740DFA;
}
.AnyTagClassName
{
color: #740DFA;
}
</style>
background-color css
<style>
a { background-color: #740DFA; }
a { background-color: rgb(116,13,250); }
div.DivClassName
{
background-color: #740DFA;
}
.BgClassName
{
background-color: #740DFA;
}
</style>
border-color css
<style>
span { border-color: #740DFA; }
span { border-color: rgb(116,13,250); }
td.TdClassName
{
border-color: #740DFA;
}
.TagClassName
{
border-color: #740DFA;
}
</style>