Shades of Electric Indigo #741BFC
Tints of Electric Indigo #741BFC
RGB
CMYK
RGB Variations
Color information
#741BFC (or 0x741BFC) is known color: Electric Indigo. HEX triplet: 74, 1B and FC. RGB value is (116,27,252). Sum of RGB (Red+Green+Blue) = 116+27+252=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #741BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741BFC is #8BE403. Grayscale: #4E4E4E. Windows color (decimal): -9167876 or 16522100. OLE color: 16522100.
HSL color Cylindrical-coordinate representation of color #741BFC: hue angle of 263.73º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #741BFC is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 27 | 252 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.01 |
| HSL | 263.73º | 0.97% | 0.55% | - |
| HSV(B) | 263.73º | 0.89% | 0.99% | - |
| XYZ | 25.17 | 11.53 | 92.99 | - |
| YUV | 79.26 | 225.49 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 252 | 0.54 | 0.89 | 0 | 0.01 | 263.73 | 0.97 | 0.55 |
| Hex | 74 | 1B | FC | 36 | 59 | 0 | 1 | 108 | 61 | 37 |
| Octal | 164 | 33 | 374 | 66 | 131 | 0 | 1 | 410 | 141 | 67 |
| Binary | 1110100 | 11011 | 11111100 | 110110 | 1011001 | 0 | 1 | 100001000 | 1100001 | 110111 |
Color Harmonies of #741BFC
Complementary color
Monochromatic Colors of #741BFC
Black with #741BFC
Text Example
Text Example
White with #741BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741BFC; }
p { color: rgb(116,27,252); }
H1.HeaderClassName
{
color: #741BFC;
}
.AnyTagClassName
{
color: #741BFC;
}
</style>
background-color css
<style>
a { background-color: #741BFC; }
a { background-color: rgb(116,27,252); }
div.DivClassName
{
background-color: #741BFC;
}
.BgClassName
{
background-color: #741BFC;
}
</style>
border-color css
<style>
span { border-color: #741BFC; }
span { border-color: rgb(116,27,252); }
td.TdClassName
{
border-color: #741BFC;
}
.TagClassName
{
border-color: #741BFC;
}
</style>