Shades of Electric Indigo #7502FB
Tints of Electric Indigo #7502FB
RGB
CMYK
RGB Variations
Color information
#7502FB (or 0x7502FB) is known color: Electric Indigo. HEX triplet: 75, 02 and FB. RGB value is (117,2,251). Sum of RGB (Red+Green+Blue) = 117+2+251=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #7502FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7502FB is #8AFD04. Grayscale: #3F3F3F. Windows color (decimal): -9108741 or 16450165. OLE color: 16450165.
HSL color Cylindrical-coordinate representation of color #7502FB: hue angle of 267.71º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7502FB is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 2 | 251 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.02 |
| HSL | 267.71º | 0.98% | 0.5% | - |
| HSV(B) | 267.71º | 0.99% | 0.98% | - |
| XYZ | 24.77 | 10.79 | 92.04 | - |
| YUV | 64.77 | 233.1 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 251 | 0.53 | 0.99 | 0 | 0.02 | 267.71 | 0.98 | 0.5 |
| Hex | 75 | 2 | FB | 35 | 63 | 0 | 2 | 10C | 62 | 32 |
| Octal | 165 | 2 | 373 | 65 | 143 | 0 | 2 | 414 | 142 | 62 |
| Binary | 1110101 | 10 | 11111011 | 110101 | 1100011 | 0 | 10 | 100001100 | 1100010 | 110010 |
Color Harmonies of #7502FB
Complementary color
Monochromatic Colors of #7502FB
Black with #7502FB
Text Example
Text Example
White with #7502FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7502FB; }
p { color: rgb(117,2,251); }
H1.HeaderClassName
{
color: #7502FB;
}
.AnyTagClassName
{
color: #7502FB;
}
</style>
background-color css
<style>
a { background-color: #7502FB; }
a { background-color: rgb(117,2,251); }
div.DivClassName
{
background-color: #7502FB;
}
.BgClassName
{
background-color: #7502FB;
}
</style>
border-color css
<style>
span { border-color: #7502FB; }
span { border-color: rgb(117,2,251); }
td.TdClassName
{
border-color: #7502FB;
}
.TagClassName
{
border-color: #7502FB;
}
</style>