Shades of Electric Indigo #740CFB
Tints of Electric Indigo #740CFB
RGB
CMYK
RGB Variations
Color information
#740CFB (or 0x740CFB) is known color: Electric Indigo. HEX triplet: 74, 0C and FB. RGB value is (116,12,251). Sum of RGB (Red+Green+Blue) = 116+12+251=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #740CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740CFB is #8BF304. Grayscale: #454545. Windows color (decimal): -9171717 or 16452724. OLE color: 16452724.
HSL color Cylindrical-coordinate representation of color #740CFB: hue angle of 266.11º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740CFB is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 12 | 251 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.02 |
| HSL | 266.11º | 0.97% | 0.52% | - |
| HSV(B) | 266.11º | 0.95% | 0.98% | - |
| XYZ | 24.75 | 10.94 | 92.07 | - |
| YUV | 70.34 | 229.96 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 251 | 0.54 | 0.95 | 0 | 0.02 | 266.11 | 0.97 | 0.52 |
| Hex | 74 | C | FB | 36 | 5F | 0 | 2 | 10A | 61 | 34 |
| Octal | 164 | 14 | 373 | 66 | 137 | 0 | 2 | 412 | 141 | 64 |
| Binary | 1110100 | 1100 | 11111011 | 110110 | 1011111 | 0 | 10 | 100001010 | 1100001 | 110100 |
Color Harmonies of #740CFB
Complementary color
Monochromatic Colors of #740CFB
Black with #740CFB
Text Example
Text Example
White with #740CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740CFB; }
p { color: rgb(116,12,251); }
H1.HeaderClassName
{
color: #740CFB;
}
.AnyTagClassName
{
color: #740CFB;
}
</style>
background-color css
<style>
a { background-color: #740CFB; }
a { background-color: rgb(116,12,251); }
div.DivClassName
{
background-color: #740CFB;
}
.BgClassName
{
background-color: #740CFB;
}
</style>
border-color css
<style>
span { border-color: #740CFB; }
span { border-color: rgb(116,12,251); }
td.TdClassName
{
border-color: #740CFB;
}
.TagClassName
{
border-color: #740CFB;
}
</style>