Shades of Electric Indigo #7301FB
Tints of Electric Indigo #7301FB
RGB
CMYK
RGB Variations
Color information
#7301FB (or 0x7301FB) is known color: Electric Indigo. HEX triplet: 73, 01 and FB. RGB value is (115,1,251). Sum of RGB (Red+Green+Blue) = 115+1+251=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #7301FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7301FB is #8CFE04. Grayscale: #3E3E3E. Windows color (decimal): -9240069 or 16449907. OLE color: 16449907.
HSL color Cylindrical-coordinate representation of color #7301FB: hue angle of 267.36º 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 #7301FB is Cyan = 0.54, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 1 | 251 | - |
| CMYK | 0.54 | 1.00 | 0 | 0.02 |
| HSL | 267.36º | 0.99% | 0.49% | - |
| HSV(B) | 267.36º | 1% | 0.98% | - |
| XYZ | 24.49 | 10.63 | 92.03 | - |
| YUV | 63.59 | 233.77 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 251 | 0.54 | 1.00 | 0 | 0.02 | 267.36 | 0.99 | 0.49 |
| Hex | 73 | 1 | FB | 36 | 64 | 0 | 2 | 10B | 63 | 31 |
| Octal | 163 | 1 | 373 | 66 | 144 | 0 | 2 | 413 | 143 | 61 |
| Binary | 1110011 | 1 | 11111011 | 110110 | 1100100 | 0 | 10 | 100001011 | 1100011 | 110001 |
Color Harmonies of #7301FB
Complementary color
Monochromatic Colors of #7301FB
Black with #7301FB
Text Example
Text Example
White with #7301FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7301FB; }
p { color: rgb(115,1,251); }
H1.HeaderClassName
{
color: #7301FB;
}
.AnyTagClassName
{
color: #7301FB;
}
</style>
background-color css
<style>
a { background-color: #7301FB; }
a { background-color: rgb(115,1,251); }
div.DivClassName
{
background-color: #7301FB;
}
.BgClassName
{
background-color: #7301FB;
}
</style>
border-color css
<style>
span { border-color: #7301FB; }
span { border-color: rgb(115,1,251); }
td.TdClassName
{
border-color: #7301FB;
}
.TagClassName
{
border-color: #7301FB;
}
</style>