Shades of Electric Indigo #740ADF
Tints of Electric Indigo #740ADF
RGB
CMYK
RGB Variations
Color information
#740ADF (or 0x740ADF) is known color: Electric Indigo. HEX triplet: 74, 0A and DF. RGB value is (116,10,223). Sum of RGB (Red+Green+Blue) = 116+10+223=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #740ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740ADF is #8BF520. Grayscale: #414141. Windows color (decimal): -9172257 or 14617204. OLE color: 14617204.
HSL color Cylindrical-coordinate representation of color #740ADF: hue angle of 269.86º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740ADF is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 10 | 223 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.13 |
| HSL | 269.86º | 0.91% | 0.46% | - |
| HSV(B) | 269.86º | 0.96% | 0.87% | - |
| XYZ | 20.63 | 9.26 | 70.51 | - |
| YUV | 65.98 | 216.62 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 223 | 0.48 | 0.96 | 0 | 0.13 | 269.86 | 0.91 | 0.46 |
| Hex | 74 | A | DF | 30 | 60 | 0 | D | 10E | 5B | 2E |
| Octal | 164 | 12 | 337 | 60 | 140 | 0 | 15 | 416 | 133 | 56 |
| Binary | 1110100 | 1010 | 11011111 | 110000 | 1100000 | 0 | 1101 | 100001110 | 1011011 | 101110 |
Color Harmonies of #740ADF
Complementary color
Monochromatic Colors of #740ADF
Black with #740ADF
Text Example
Text Example
White with #740ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740ADF; }
p { color: rgb(116,10,223); }
H1.HeaderClassName
{
color: #740ADF;
}
.AnyTagClassName
{
color: #740ADF;
}
</style>
background-color css
<style>
a { background-color: #740ADF; }
a { background-color: rgb(116,10,223); }
div.DivClassName
{
background-color: #740ADF;
}
.BgClassName
{
background-color: #740ADF;
}
</style>
border-color css
<style>
span { border-color: #740ADF; }
span { border-color: rgb(116,10,223); }
td.TdClassName
{
border-color: #740ADF;
}
.TagClassName
{
border-color: #740ADF;
}
</style>