Shades of Electric Indigo #7102FC
Tints of Electric Indigo #7102FC
RGB
CMYK
RGB Variations
Color information
#7102FC (or 0x7102FC) is known color: Electric Indigo. HEX triplet: 71, 02 and FC. RGB value is (113,2,252). Sum of RGB (Red+Green+Blue) = 113+2+252=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #7102FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7102FC is #8EFD03. Grayscale: #3E3E3E. Windows color (decimal): -9370884 or 16515697. OLE color: 16515697.
HSL color Cylindrical-coordinate representation of color #7102FC: hue angle of 266.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7102FC is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 2 | 252 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.01 |
| HSL | 266.64º | 0.98% | 0.5% | - |
| HSV(B) | 266.64º | 0.99% | 0.99% | - |
| XYZ | 24.4 | 10.58 | 92.85 | - |
| YUV | 63.69 | 234.27 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 252 | 0.55 | 0.99 | 0 | 0.01 | 266.64 | 0.98 | 0.5 |
| Hex | 71 | 2 | FC | 37 | 63 | 0 | 1 | 10B | 62 | 32 |
| Octal | 161 | 2 | 374 | 67 | 143 | 0 | 1 | 413 | 142 | 62 |
| Binary | 1110001 | 10 | 11111100 | 110111 | 1100011 | 0 | 1 | 100001011 | 1100010 | 110010 |
Color Harmonies of #7102FC
Complementary color
Monochromatic Colors of #7102FC
Black with #7102FC
Text Example
Text Example
White with #7102FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7102FC; }
p { color: rgb(113,2,252); }
H1.HeaderClassName
{
color: #7102FC;
}
.AnyTagClassName
{
color: #7102FC;
}
</style>
background-color css
<style>
a { background-color: #7102FC; }
a { background-color: rgb(113,2,252); }
div.DivClassName
{
background-color: #7102FC;
}
.BgClassName
{
background-color: #7102FC;
}
</style>
border-color css
<style>
span { border-color: #7102FC; }
span { border-color: rgb(113,2,252); }
td.TdClassName
{
border-color: #7102FC;
}
.TagClassName
{
border-color: #7102FC;
}
</style>