Shades of Electric Indigo #711CF9
Tints of Electric Indigo #711CF9
RGB
CMYK
RGB Variations
Color information
#711CF9 (or 0x711CF9) is known color: Electric Indigo. HEX triplet: 71, 1C and F9. RGB value is (113,28,249). Sum of RGB (Red+Green+Blue) = 113+28+249=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 249 (97.66% from 255 or 63.85% from 390); Max value from RGB is 249 - color contains mainly: blue. Hex color #711CF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711CF9 is #8EE306. Grayscale: #4D4D4D. Windows color (decimal): -9364231 or 16325745. OLE color: 16325745.
HSL color Cylindrical-coordinate representation of color #711CF9: hue angle of 263.08º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #711CF9 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 28 | 249 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.02 |
| HSL | 263.08º | 0.95% | 0.54% | - |
| HSV(B) | 263.08º | 0.89% | 0.98% | - |
| XYZ | 24.32 | 11.18 | 90.5 | - |
| YUV | 78.61 | 224.16 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 249 | 0.55 | 0.89 | 0 | 0.02 | 263.08 | 0.95 | 0.54 |
| Hex | 71 | 1C | F9 | 37 | 59 | 0 | 2 | 107 | 5F | 36 |
| Octal | 161 | 34 | 371 | 67 | 131 | 0 | 2 | 407 | 137 | 66 |
| Binary | 1110001 | 11100 | 11111001 | 110111 | 1011001 | 0 | 10 | 100000111 | 1011111 | 110110 |
Color Harmonies of #711CF9
Complementary color
Monochromatic Colors of #711CF9
Black with #711CF9
Text Example
Text Example
White with #711CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711CF9; }
p { color: rgb(113,28,249); }
H1.HeaderClassName
{
color: #711CF9;
}
.AnyTagClassName
{
color: #711CF9;
}
</style>
background-color css
<style>
a { background-color: #711CF9; }
a { background-color: rgb(113,28,249); }
div.DivClassName
{
background-color: #711CF9;
}
.BgClassName
{
background-color: #711CF9;
}
</style>
border-color css
<style>
span { border-color: #711CF9; }
span { border-color: rgb(113,28,249); }
td.TdClassName
{
border-color: #711CF9;
}
.TagClassName
{
border-color: #711CF9;
}
</style>