Shades of Electric Indigo #740DF0
Tints of Electric Indigo #740DF0
RGB
CMYK
RGB Variations
Color information
#740DF0 (or 0x740DF0) is known color: Electric Indigo. HEX triplet: 74, 0D and F0. RGB value is (116,13,240). Sum of RGB (Red+Green+Blue) = 116+13+240=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 240 (94.14% from 255 or 65.04% from 369); Max value from RGB is 240 - color contains mainly: blue. Hex color #740DF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740DF0 is #8BF20F. Grayscale: #444444. Windows color (decimal): -9171472 or 15732084. OLE color: 15732084.
HSL color Cylindrical-coordinate representation of color #740DF0: hue angle of 267.22º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740DF0 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 13 | 240 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.06 |
| HSL | 267.22º | 0.9% | 0.5% | - |
| HSV(B) | 267.22º | 0.95% | 0.94% | - |
| XYZ | 23.07 | 10.29 | 83.21 | - |
| YUV | 69.68 | 224.12 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 240 | 0.52 | 0.95 | 0 | 0.06 | 267.22 | 0.9 | 0.5 |
| Hex | 74 | D | F0 | 34 | 5F | 0 | 6 | 10B | 5A | 32 |
| Octal | 164 | 15 | 360 | 64 | 137 | 0 | 6 | 413 | 132 | 62 |
| Binary | 1110100 | 1101 | 11110000 | 110100 | 1011111 | 0 | 110 | 100001011 | 1011010 | 110010 |
Color Harmonies of #740DF0
Complementary color
Monochromatic Colors of #740DF0
Black with #740DF0
Text Example
Text Example
White with #740DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740DF0; }
p { color: rgb(116,13,240); }
H1.HeaderClassName
{
color: #740DF0;
}
.AnyTagClassName
{
color: #740DF0;
}
</style>
background-color css
<style>
a { background-color: #740DF0; }
a { background-color: rgb(116,13,240); }
div.DivClassName
{
background-color: #740DF0;
}
.BgClassName
{
background-color: #740DF0;
}
</style>
border-color css
<style>
span { border-color: #740DF0; }
span { border-color: rgb(116,13,240); }
td.TdClassName
{
border-color: #740DF0;
}
.TagClassName
{
border-color: #740DF0;
}
</style>