Shades of Electric Indigo #741AF3
Tints of Electric Indigo #741AF3
RGB
CMYK
RGB Variations
Color information
#741AF3 (or 0x741AF3) is known color: Electric Indigo. HEX triplet: 74, 1A and F3. RGB value is (116,26,243). Sum of RGB (Red+Green+Blue) = 116+26+243=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 243 (95.31% from 255 or 63.12% from 385); Max value from RGB is 243 - color contains mainly: blue. Hex color #741AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741AF3 is #8BE50C. Grayscale: #4C4C4C. Windows color (decimal): -9168141 or 15932020. OLE color: 15932020.
HSL color Cylindrical-coordinate representation of color #741AF3: hue angle of 264.88º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #741AF3 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 26 | 243 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.05 |
| HSL | 264.88º | 0.9% | 0.53% | - |
| HSV(B) | 264.88º | 0.89% | 0.95% | - |
| XYZ | 23.75 | 10.92 | 85.65 | - |
| YUV | 77.65 | 221.32 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 243 | 0.52 | 0.89 | 0 | 0.05 | 264.88 | 0.9 | 0.53 |
| Hex | 74 | 1A | F3 | 34 | 59 | 0 | 5 | 109 | 5A | 35 |
| Octal | 164 | 32 | 363 | 64 | 131 | 0 | 5 | 411 | 132 | 65 |
| Binary | 1110100 | 11010 | 11110011 | 110100 | 1011001 | 0 | 101 | 100001001 | 1011010 | 110101 |
Color Harmonies of #741AF3
Complementary color
Monochromatic Colors of #741AF3
Black with #741AF3
Text Example
Text Example
White with #741AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741AF3; }
p { color: rgb(116,26,243); }
H1.HeaderClassName
{
color: #741AF3;
}
.AnyTagClassName
{
color: #741AF3;
}
</style>
background-color css
<style>
a { background-color: #741AF3; }
a { background-color: rgb(116,26,243); }
div.DivClassName
{
background-color: #741AF3;
}
.BgClassName
{
background-color: #741AF3;
}
</style>
border-color css
<style>
span { border-color: #741AF3; }
span { border-color: rgb(116,26,243); }
td.TdClassName
{
border-color: #741AF3;
}
.TagClassName
{
border-color: #741AF3;
}
</style>