Shades of Electric Indigo #740DFF
Tints of Electric Indigo #740DFF
RGB
CMYK
RGB Variations
Color information
#740DFF (or 0x740DFF) is known color: Electric Indigo. HEX triplet: 74, 0D and FF. RGB value is (116,13,255). Sum of RGB (Red+Green+Blue) = 116+13+255=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 13 (5.47% from 255 or 3.39% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #740DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740DFF is #8BF200. Grayscale: #464646. Windows color (decimal): -9171457 or 16715124. OLE color: 16715124.
HSL color Cylindrical-coordinate representation of color #740DFF: hue angle of 265.54º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740DFF is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 13 | 255 | - |
| CMYK | 0.55 | 0.95 | 0 | 0 |
| HSL | 265.54º | 1% | 0.53% | - |
| HSV(B) | 265.54º | 0.95% | 1% | - |
| XYZ | 25.4 | 11.22 | 95.44 | - |
| YUV | 71.39 | 231.62 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 255 | 0.55 | 0.95 | 0 | 0 | 265.54 | 1 | 0.53 |
| Hex | 74 | D | FF | 37 | 5F | 0 | 0 | 10A | 64 | 35 |
| Octal | 164 | 15 | 377 | 67 | 137 | 0 | 0 | 412 | 144 | 65 |
| Binary | 1110100 | 1101 | 11111111 | 110111 | 1011111 | 0 | 0 | 100001010 | 1100100 | 110101 |
Color Harmonies of #740DFF
Complementary color
Monochromatic Colors of #740DFF
Black with #740DFF
Text Example
Text Example
White with #740DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740DFF; }
p { color: rgb(116,13,255); }
H1.HeaderClassName
{
color: #740DFF;
}
.AnyTagClassName
{
color: #740DFF;
}
</style>
background-color css
<style>
a { background-color: #740DFF; }
a { background-color: rgb(116,13,255); }
div.DivClassName
{
background-color: #740DFF;
}
.BgClassName
{
background-color: #740DFF;
}
</style>
border-color css
<style>
span { border-color: #740DFF; }
span { border-color: rgb(116,13,255); }
td.TdClassName
{
border-color: #740DFF;
}
.TagClassName
{
border-color: #740DFF;
}
</style>