Shades of Electric Indigo #7201FB
Tints of Electric Indigo #7201FB
RGB
CMYK
RGB Variations
Color information
#7201FB (or 0x7201FB) is known color: Electric Indigo. HEX triplet: 72, 01 and FB. RGB value is (114,1,251). Sum of RGB (Red+Green+Blue) = 114+1+251=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #7201FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7201FB is #8DFE04. Grayscale: #3E3E3E. Windows color (decimal): -9305605 or 16449906. OLE color: 16449906.
HSL color Cylindrical-coordinate representation of color #7201FB: hue angle of 267.12º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7201FB is Cyan = 0.55, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 1 | 251 | - |
| CMYK | 0.55 | 1.00 | 0 | 0.02 |
| HSL | 267.12º | 0.99% | 0.49% | - |
| HSV(B) | 267.12º | 1% | 0.98% | - |
| XYZ | 24.36 | 10.56 | 92.02 | - |
| YUV | 63.29 | 233.94 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 251 | 0.55 | 1.00 | 0 | 0.02 | 267.12 | 0.99 | 0.49 |
| Hex | 72 | 1 | FB | 37 | 64 | 0 | 2 | 10B | 63 | 31 |
| Octal | 162 | 1 | 373 | 67 | 144 | 0 | 2 | 413 | 143 | 61 |
| Binary | 1110010 | 1 | 11111011 | 110111 | 1100100 | 0 | 10 | 100001011 | 1100011 | 110001 |
Color Harmonies of #7201FB
Complementary color
Monochromatic Colors of #7201FB
Black with #7201FB
Text Example
Text Example
White with #7201FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7201FB; }
p { color: rgb(114,1,251); }
H1.HeaderClassName
{
color: #7201FB;
}
.AnyTagClassName
{
color: #7201FB;
}
</style>
background-color css
<style>
a { background-color: #7201FB; }
a { background-color: rgb(114,1,251); }
div.DivClassName
{
background-color: #7201FB;
}
.BgClassName
{
background-color: #7201FB;
}
</style>
border-color css
<style>
span { border-color: #7201FB; }
span { border-color: rgb(114,1,251); }
td.TdClassName
{
border-color: #7201FB;
}
.TagClassName
{
border-color: #7201FB;
}
</style>