Shades of Electric Indigo #740BF2
Tints of Electric Indigo #740BF2
RGB
CMYK
RGB Variations
Color information
#740BF2 (or 0x740BF2) is known color: Electric Indigo. HEX triplet: 74, 0B and F2. RGB value is (116,11,242). Sum of RGB (Red+Green+Blue) = 116+11+242=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 242 (94.92% from 255 or 65.58% from 369); Max value from RGB is 242 - color contains mainly: blue. Hex color #740BF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740BF2 is #8BF40D. Grayscale: #434343. Windows color (decimal): -9171982 or 15862644. OLE color: 15862644.
HSL color Cylindrical-coordinate representation of color #740BF2: hue angle of 267.27º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740BF2 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 11 | 242 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.05 |
| HSL | 267.27º | 0.91% | 0.5% | - |
| HSV(B) | 267.27º | 0.95% | 0.95% | - |
| XYZ | 23.35 | 10.36 | 84.77 | - |
| YUV | 68.73 | 225.79 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 242 | 0.52 | 0.95 | 0 | 0.05 | 267.27 | 0.91 | 0.5 |
| Hex | 74 | B | F2 | 34 | 5F | 0 | 5 | 10B | 5B | 32 |
| Octal | 164 | 13 | 362 | 64 | 137 | 0 | 5 | 413 | 133 | 62 |
| Binary | 1110100 | 1011 | 11110010 | 110100 | 1011111 | 0 | 101 | 100001011 | 1011011 | 110010 |
Color Harmonies of #740BF2
Complementary color
Monochromatic Colors of #740BF2
Black with #740BF2
Text Example
Text Example
White with #740BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740BF2; }
p { color: rgb(116,11,242); }
H1.HeaderClassName
{
color: #740BF2;
}
.AnyTagClassName
{
color: #740BF2;
}
</style>
background-color css
<style>
a { background-color: #740BF2; }
a { background-color: rgb(116,11,242); }
div.DivClassName
{
background-color: #740BF2;
}
.BgClassName
{
background-color: #740BF2;
}
</style>
border-color css
<style>
span { border-color: #740BF2; }
span { border-color: rgb(116,11,242); }
td.TdClassName
{
border-color: #740BF2;
}
.TagClassName
{
border-color: #740BF2;
}
</style>