Shades of Electric Indigo #740AFF
Tints of Electric Indigo #740AFF
RGB
CMYK
RGB Variations
Color information
#740AFF (or 0x740AFF) is known color: Electric Indigo. HEX triplet: 74, 0A and FF. RGB value is (116,10,255). Sum of RGB (Red+Green+Blue) = 116+10+255=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 10 (4.30% from 255 or 2.62% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #740AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740AFF is #8BF500. Grayscale: #444444. Windows color (decimal): -9172225 or 16714356. OLE color: 16714356.
HSL color Cylindrical-coordinate representation of color #740AFF: hue angle of 265.96º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740AFF is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 10 | 255 | - |
| CMYK | 0.55 | 0.96 | 0 | 0 |
| HSL | 265.96º | 1% | 0.52% | - |
| HSV(B) | 265.96º | 0.96% | 1% | - |
| XYZ | 25.36 | 11.15 | 95.42 | - |
| YUV | 69.62 | 232.62 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 255 | 0.55 | 0.96 | 0 | 0 | 265.96 | 1 | 0.52 |
| Hex | 74 | A | FF | 37 | 60 | 0 | 0 | 10A | 64 | 34 |
| Octal | 164 | 12 | 377 | 67 | 140 | 0 | 0 | 412 | 144 | 64 |
| Binary | 1110100 | 1010 | 11111111 | 110111 | 1100000 | 0 | 0 | 100001010 | 1100100 | 110100 |
Color Harmonies of #740AFF
Complementary color
Monochromatic Colors of #740AFF
Black with #740AFF
Text Example
Text Example
White with #740AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740AFF; }
p { color: rgb(116,10,255); }
H1.HeaderClassName
{
color: #740AFF;
}
.AnyTagClassName
{
color: #740AFF;
}
</style>
background-color css
<style>
a { background-color: #740AFF; }
a { background-color: rgb(116,10,255); }
div.DivClassName
{
background-color: #740AFF;
}
.BgClassName
{
background-color: #740AFF;
}
</style>
border-color css
<style>
span { border-color: #740AFF; }
span { border-color: rgb(116,10,255); }
td.TdClassName
{
border-color: #740AFF;
}
.TagClassName
{
border-color: #740AFF;
}
</style>