Shades of Electric Indigo #740AFC
Tints of Electric Indigo #740AFC
RGB
CMYK
RGB Variations
Color information
#740AFC (or 0x740AFC) is known color: Electric Indigo. HEX triplet: 74, 0A and FC. RGB value is (116,10,252). Sum of RGB (Red+Green+Blue) = 116+10+252=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #740AFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740AFC is #8BF503. Grayscale: #444444. Windows color (decimal): -9172228 or 16517748. OLE color: 16517748.
HSL color Cylindrical-coordinate representation of color #740AFC: hue angle of 266.28º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740AFC is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 10 | 252 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.01 |
| HSL | 266.28º | 0.98% | 0.51% | - |
| HSV(B) | 266.28º | 0.96% | 0.99% | - |
| XYZ | 24.88 | 10.96 | 92.9 | - |
| YUV | 69.28 | 231.12 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 252 | 0.54 | 0.96 | 0 | 0.01 | 266.28 | 0.98 | 0.51 |
| Hex | 74 | A | FC | 36 | 60 | 0 | 1 | 10A | 62 | 33 |
| Octal | 164 | 12 | 374 | 66 | 140 | 0 | 1 | 412 | 142 | 63 |
| Binary | 1110100 | 1010 | 11111100 | 110110 | 1100000 | 0 | 1 | 100001010 | 1100010 | 110011 |
Color Harmonies of #740AFC
Complementary color
Monochromatic Colors of #740AFC
Black with #740AFC
Text Example
Text Example
White with #740AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740AFC; }
p { color: rgb(116,10,252); }
H1.HeaderClassName
{
color: #740AFC;
}
.AnyTagClassName
{
color: #740AFC;
}
</style>
background-color css
<style>
a { background-color: #740AFC; }
a { background-color: rgb(116,10,252); }
div.DivClassName
{
background-color: #740AFC;
}
.BgClassName
{
background-color: #740AFC;
}
</style>
border-color css
<style>
span { border-color: #740AFC; }
span { border-color: rgb(116,10,252); }
td.TdClassName
{
border-color: #740AFC;
}
.TagClassName
{
border-color: #740AFC;
}
</style>