Shades of Electric Indigo #740CFA
Tints of Electric Indigo #740CFA
RGB
CMYK
RGB Variations
Color information
#740CFA (or 0x740CFA) is known color: Electric Indigo. HEX triplet: 74, 0C and FA. RGB value is (116,12,250). Sum of RGB (Red+Green+Blue) = 116+12+250=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #740CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740CFA is #8BF305. Grayscale: #454545. Windows color (decimal): -9171718 or 16387188. OLE color: 16387188.
HSL color Cylindrical-coordinate representation of color #740CFA: hue angle of 266.22º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740CFA is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 12 | 250 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.02 |
| HSL | 266.22º | 0.96% | 0.51% | - |
| HSV(B) | 266.22º | 0.95% | 0.98% | - |
| XYZ | 24.59 | 10.88 | 91.25 | - |
| YUV | 70.23 | 229.46 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 250 | 0.54 | 0.95 | 0 | 0.02 | 266.22 | 0.96 | 0.51 |
| Hex | 74 | C | FA | 36 | 5F | 0 | 2 | 10A | 60 | 33 |
| Octal | 164 | 14 | 372 | 66 | 137 | 0 | 2 | 412 | 140 | 63 |
| Binary | 1110100 | 1100 | 11111010 | 110110 | 1011111 | 0 | 10 | 100001010 | 1100000 | 110011 |
Color Harmonies of #740CFA
Complementary color
Monochromatic Colors of #740CFA
Black with #740CFA
Text Example
Text Example
White with #740CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740CFA; }
p { color: rgb(116,12,250); }
H1.HeaderClassName
{
color: #740CFA;
}
.AnyTagClassName
{
color: #740CFA;
}
</style>
background-color css
<style>
a { background-color: #740CFA; }
a { background-color: rgb(116,12,250); }
div.DivClassName
{
background-color: #740CFA;
}
.BgClassName
{
background-color: #740CFA;
}
</style>
border-color css
<style>
span { border-color: #740CFA; }
span { border-color: rgb(116,12,250); }
td.TdClassName
{
border-color: #740CFA;
}
.TagClassName
{
border-color: #740CFA;
}
</style>