Shades of Electric Indigo #740BFD
Tints of Electric Indigo #740BFD
RGB
CMYK
RGB Variations
Color information
#740BFD (or 0x740BFD) is known color: Electric Indigo. HEX triplet: 74, 0B and FD. RGB value is (116,11,253). Sum of RGB (Red+Green+Blue) = 116+11+253=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #740BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740BFD is #8BF402. Grayscale: #454545. Windows color (decimal): -9171971 or 16583540. OLE color: 16583540.
HSL color Cylindrical-coordinate representation of color #740BFD: hue angle of 266.03º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740BFD is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 11 | 253 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.01 |
| HSL | 266.03º | 0.98% | 0.52% | - |
| HSV(B) | 266.03º | 0.96% | 0.99% | - |
| XYZ | 25.05 | 11.04 | 93.74 | - |
| YUV | 69.98 | 231.29 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 253 | 0.54 | 0.96 | 0 | 0.01 | 266.03 | 0.98 | 0.52 |
| Hex | 74 | B | FD | 36 | 60 | 0 | 1 | 10A | 62 | 34 |
| Octal | 164 | 13 | 375 | 66 | 140 | 0 | 1 | 412 | 142 | 64 |
| Binary | 1110100 | 1011 | 11111101 | 110110 | 1100000 | 0 | 1 | 100001010 | 1100010 | 110100 |
Color Harmonies of #740BFD
Complementary color
Monochromatic Colors of #740BFD
Black with #740BFD
Text Example
Text Example
White with #740BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740BFD; }
p { color: rgb(116,11,253); }
H1.HeaderClassName
{
color: #740BFD;
}
.AnyTagClassName
{
color: #740BFD;
}
</style>
background-color css
<style>
a { background-color: #740BFD; }
a { background-color: rgb(116,11,253); }
div.DivClassName
{
background-color: #740BFD;
}
.BgClassName
{
background-color: #740BFD;
}
</style>
border-color css
<style>
span { border-color: #740BFD; }
span { border-color: rgb(116,11,253); }
td.TdClassName
{
border-color: #740BFD;
}
.TagClassName
{
border-color: #740BFD;
}
</style>