Shades of Electric Indigo #7102FE
Tints of Electric Indigo #7102FE
RGB
CMYK
RGB Variations
Color information
#7102FE (or 0x7102FE) is known color: Electric Indigo. HEX triplet: 71, 02 and FE. RGB value is (113,2,254). Sum of RGB (Red+Green+Blue) = 113+2+254=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #7102FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7102FE is #8EFD01. Grayscale: #3F3F3F. Windows color (decimal): -9370882 or 16646769. OLE color: 16646769.
HSL color Cylindrical-coordinate representation of color #7102FE: hue angle of 266.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7102FE is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 2 | 254 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.00 |
| HSL | 266.43º | 0.99% | 0.5% | - |
| HSV(B) | 266.43º | 0.99% | 1% | - |
| XYZ | 24.72 | 10.71 | 94.53 | - |
| YUV | 63.92 | 235.27 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 254 | 0.56 | 0.99 | 0 | 0.00 | 266.43 | 0.99 | 0.5 |
| Hex | 71 | 2 | FE | 38 | 63 | 0 | 0 | 10A | 63 | 32 |
| Octal | 161 | 2 | 376 | 70 | 143 | 0 | 0 | 412 | 143 | 62 |
| Binary | 1110001 | 10 | 11111110 | 111000 | 1100011 | 0 | 0 | 100001010 | 1100011 | 110010 |
Color Harmonies of #7102FE
Complementary color
Monochromatic Colors of #7102FE
Black with #7102FE
Text Example
Text Example
White with #7102FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7102FE; }
p { color: rgb(113,2,254); }
H1.HeaderClassName
{
color: #7102FE;
}
.AnyTagClassName
{
color: #7102FE;
}
</style>
background-color css
<style>
a { background-color: #7102FE; }
a { background-color: rgb(113,2,254); }
div.DivClassName
{
background-color: #7102FE;
}
.BgClassName
{
background-color: #7102FE;
}
</style>
border-color css
<style>
span { border-color: #7102FE; }
span { border-color: rgb(113,2,254); }
td.TdClassName
{
border-color: #7102FE;
}
.TagClassName
{
border-color: #7102FE;
}
</style>