Shades of Electric Indigo #7501FF
Tints of Electric Indigo #7501FF
RGB
CMYK
RGB Variations
Color information
#7501FF (or 0x7501FF) is known color: Electric Indigo. HEX triplet: 75, 01 and FF. RGB value is (117,1,255). Sum of RGB (Red+Green+Blue) = 117+1+255=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #7501FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7501FF is #8AFE00. Grayscale: #3F3F3F. Windows color (decimal): -9108993 or 16712053. OLE color: 16712053.
HSL color Cylindrical-coordinate representation of color #7501FF: hue angle of 267.4º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7501FF is Cyan = 0.54, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 1 | 255 | - |
| CMYK | 0.54 | 1.00 | 0 | 0 |
| HSL | 267.4º | 1% | 0.5% | - |
| HSV(B) | 267.4º | 1% | 1% | - |
| XYZ | 25.4 | 11.02 | 95.4 | - |
| YUV | 64.64 | 235.43 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 255 | 0.54 | 1.00 | 0 | 0 | 267.4 | 1 | 0.5 |
| Hex | 75 | 1 | FF | 36 | 64 | 0 | 0 | 10B | 64 | 32 |
| Octal | 165 | 1 | 377 | 66 | 144 | 0 | 0 | 413 | 144 | 62 |
| Binary | 1110101 | 1 | 11111111 | 110110 | 1100100 | 0 | 0 | 100001011 | 1100100 | 110010 |
Color Harmonies of #7501FF
Complementary color
Monochromatic Colors of #7501FF
Black with #7501FF
Text Example
Text Example
White with #7501FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7501FF; }
p { color: rgb(117,1,255); }
H1.HeaderClassName
{
color: #7501FF;
}
.AnyTagClassName
{
color: #7501FF;
}
</style>
background-color css
<style>
a { background-color: #7501FF; }
a { background-color: rgb(117,1,255); }
div.DivClassName
{
background-color: #7501FF;
}
.BgClassName
{
background-color: #7501FF;
}
</style>
border-color css
<style>
span { border-color: #7501FF; }
span { border-color: rgb(117,1,255); }
td.TdClassName
{
border-color: #7501FF;
}
.TagClassName
{
border-color: #7501FF;
}
</style>