Shades of Electric Indigo #740CFF
Tints of Electric Indigo #740CFF
RGB
CMYK
RGB Variations
Color information
#740CFF (or 0x740CFF) is known color: Electric Indigo. HEX triplet: 74, 0C and FF. RGB value is (116,12,255). Sum of RGB (Red+Green+Blue) = 116+12+255=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #740CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740CFF is #8BF300. Grayscale: #454545. Windows color (decimal): -9171713 or 16714868. OLE color: 16714868.
HSL color Cylindrical-coordinate representation of color #740CFF: hue angle of 265.68º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740CFF is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 12 | 255 | - |
| CMYK | 0.55 | 0.95 | 0 | 0 |
| HSL | 265.68º | 1% | 0.52% | - |
| HSV(B) | 265.68º | 0.95% | 1% | - |
| XYZ | 25.38 | 11.2 | 95.43 | - |
| YUV | 70.8 | 231.96 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 255 | 0.55 | 0.95 | 0 | 0 | 265.68 | 1 | 0.52 |
| Hex | 74 | C | FF | 37 | 5F | 0 | 0 | 10A | 64 | 34 |
| Octal | 164 | 14 | 377 | 67 | 137 | 0 | 0 | 412 | 144 | 64 |
| Binary | 1110100 | 1100 | 11111111 | 110111 | 1011111 | 0 | 0 | 100001010 | 1100100 | 110100 |
Color Harmonies of #740CFF
Complementary color
Monochromatic Colors of #740CFF
Black with #740CFF
Text Example
Text Example
White with #740CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740CFF; }
p { color: rgb(116,12,255); }
H1.HeaderClassName
{
color: #740CFF;
}
.AnyTagClassName
{
color: #740CFF;
}
</style>
background-color css
<style>
a { background-color: #740CFF; }
a { background-color: rgb(116,12,255); }
div.DivClassName
{
background-color: #740CFF;
}
.BgClassName
{
background-color: #740CFF;
}
</style>
border-color css
<style>
span { border-color: #740CFF; }
span { border-color: rgb(116,12,255); }
td.TdClassName
{
border-color: #740CFF;
}
.TagClassName
{
border-color: #740CFF;
}
</style>