Shades of Electric Indigo #740BEE
Tints of Electric Indigo #740BEE
RGB
CMYK
RGB Variations
Color information
#740BEE (or 0x740BEE) is known color: Electric Indigo. HEX triplet: 74, 0B and EE. RGB value is (116,11,238). Sum of RGB (Red+Green+Blue) = 116+11+238=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #740BEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740BEE is #8BF411. Grayscale: #434343. Windows color (decimal): -9171986 or 15600500. OLE color: 15600500.
HSL color Cylindrical-coordinate representation of color #740BEE: hue angle of 267.75º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740BEE is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 11 | 238 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.07 |
| HSL | 267.75º | 0.91% | 0.49% | - |
| HSV(B) | 267.75º | 0.95% | 0.93% | - |
| XYZ | 22.75 | 10.13 | 81.64 | - |
| YUV | 68.27 | 223.79 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 238 | 0.51 | 0.95 | 0 | 0.07 | 267.75 | 0.91 | 0.49 |
| Hex | 74 | B | EE | 33 | 5F | 0 | 7 | 10C | 5B | 31 |
| Octal | 164 | 13 | 356 | 63 | 137 | 0 | 7 | 414 | 133 | 61 |
| Binary | 1110100 | 1011 | 11101110 | 110011 | 1011111 | 0 | 111 | 100001100 | 1011011 | 110001 |
Color Harmonies of #740BEE
Complementary color
Monochromatic Colors of #740BEE
Black with #740BEE
Text Example
Text Example
White with #740BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740BEE; }
p { color: rgb(116,11,238); }
H1.HeaderClassName
{
color: #740BEE;
}
.AnyTagClassName
{
color: #740BEE;
}
</style>
background-color css
<style>
a { background-color: #740BEE; }
a { background-color: rgb(116,11,238); }
div.DivClassName
{
background-color: #740BEE;
}
.BgClassName
{
background-color: #740BEE;
}
</style>
border-color css
<style>
span { border-color: #740BEE; }
span { border-color: rgb(116,11,238); }
td.TdClassName
{
border-color: #740BEE;
}
.TagClassName
{
border-color: #740BEE;
}
</style>