Shades of Electric Indigo #751BFC
Tints of Electric Indigo #751BFC
RGB
CMYK
RGB Variations
Color information
#751BFC (or 0x751BFC) is known color: Electric Indigo. HEX triplet: 75, 1B and FC. RGB value is (117,27,252). Sum of RGB (Red+Green+Blue) = 117+27+252=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #751BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751BFC is #8AE403. Grayscale: #4E4E4E. Windows color (decimal): -9102340 or 16522101. OLE color: 16522101.
HSL color Cylindrical-coordinate representation of color #751BFC: hue angle of 264º 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 #751BFC is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 27 | 252 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.01 |
| HSL | 264º | 0.97% | 0.55% | - |
| HSV(B) | 264º | 0.89% | 0.99% | - |
| XYZ | 25.3 | 11.59 | 93 | - |
| YUV | 79.56 | 225.32 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 27 | 252 | 0.54 | 0.89 | 0 | 0.01 | 264 | 0.97 | 0.55 |
| Hex | 75 | 1B | FC | 36 | 59 | 0 | 1 | 108 | 61 | 37 |
| Octal | 165 | 33 | 374 | 66 | 131 | 0 | 1 | 410 | 141 | 67 |
| Binary | 1110101 | 11011 | 11111100 | 110110 | 1011001 | 0 | 1 | 100001000 | 1100001 | 110111 |
Color Harmonies of #751BFC
Complementary color
Monochromatic Colors of #751BFC
Black with #751BFC
Text Example
Text Example
White with #751BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751BFC; }
p { color: rgb(117,27,252); }
H1.HeaderClassName
{
color: #751BFC;
}
.AnyTagClassName
{
color: #751BFC;
}
</style>
background-color css
<style>
a { background-color: #751BFC; }
a { background-color: rgb(117,27,252); }
div.DivClassName
{
background-color: #751BFC;
}
.BgClassName
{
background-color: #751BFC;
}
</style>
border-color css
<style>
span { border-color: #751BFC; }
span { border-color: rgb(117,27,252); }
td.TdClassName
{
border-color: #751BFC;
}
.TagClassName
{
border-color: #751BFC;
}
</style>