Shades of Electric Indigo #7200FD
Tints of Electric Indigo #7200FD
RGB
CMYK
RGB Variations
Color information
#7200FD (or 0x7200FD) is known color: Electric Indigo. HEX triplet: 72, 00 and FD. RGB value is (114,0,253). Sum of RGB (Red+Green+Blue) = 114+0+253=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #7200FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7200FD is #8DFF02. Grayscale: #3E3E3E. Windows color (decimal): -9305859 or 16580722. OLE color: 16580722.
HSL color Cylindrical-coordinate representation of color #7200FD: hue angle of 267.04º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7200FD is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 0 | 253 | - |
| CMYK | 0.55 | 1 | 0 | 0.01 |
| HSL | 267.04º | 1% | 0.5% | - |
| HSV(B) | 267.04º | 1% | 0.99% | - |
| XYZ | 24.67 | 10.67 | 93.69 | - |
| YUV | 62.93 | 235.27 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 253 | 0.55 | 1 | 0 | 0.01 | 267.04 | 1 | 0.5 |
| Hex | 72 | 0 | FD | 37 | 64 | 0 | 1 | 10B | 64 | 32 |
| Octal | 162 | 0 | 375 | 67 | 144 | 0 | 1 | 413 | 144 | 62 |
| Binary | 1110010 | 0 | 11111101 | 110111 | 1100100 | 0 | 1 | 100001011 | 1100100 | 110010 |
Color Harmonies of #7200FD
Complementary color
Monochromatic Colors of #7200FD
Black with #7200FD
Text Example
Text Example
White with #7200FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7200FD; }
p { color: rgb(114,0,253); }
H1.HeaderClassName
{
color: #7200FD;
}
.AnyTagClassName
{
color: #7200FD;
}
</style>
background-color css
<style>
a { background-color: #7200FD; }
a { background-color: rgb(114,0,253); }
div.DivClassName
{
background-color: #7200FD;
}
.BgClassName
{
background-color: #7200FD;
}
</style>
border-color css
<style>
span { border-color: #7200FD; }
span { border-color: rgb(114,0,253); }
td.TdClassName
{
border-color: #7200FD;
}
.TagClassName
{
border-color: #7200FD;
}
</style>