Shades of Electric Indigo #7318FF
Tints of Electric Indigo #7318FF
RGB
CMYK
RGB Variations
Color information
#7318FF (or 0x7318FF) is known color: Electric Indigo. HEX triplet: 73, 18 and FF. RGB value is (115,24,255). Sum of RGB (Red+Green+Blue) = 115+24+255=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #7318FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7318FF is #8CE700. Grayscale: #4C4C4C. Windows color (decimal): -9234177 or 16717939. OLE color: 16717939.
HSL color Cylindrical-coordinate representation of color #7318FF: hue angle of 263.64º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7318FF is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 24 | 255 | - |
| CMYK | 0.55 | 0.91 | 0 | 0 |
| HSL | 263.64º | 1% | 0.55% | - |
| HSV(B) | 263.64º | 0.91% | 1% | - |
| XYZ | 25.45 | 11.52 | 95.49 | - |
| YUV | 77.54 | 228.15 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 255 | 0.55 | 0.91 | 0 | 0 | 263.64 | 1 | 0.55 |
| Hex | 73 | 18 | FF | 37 | 5B | 0 | 0 | 108 | 64 | 37 |
| Octal | 163 | 30 | 377 | 67 | 133 | 0 | 0 | 410 | 144 | 67 |
| Binary | 1110011 | 11000 | 11111111 | 110111 | 1011011 | 0 | 0 | 100001000 | 1100100 | 110111 |
Color Harmonies of #7318FF
Complementary color
Monochromatic Colors of #7318FF
Black with #7318FF
Text Example
Text Example
White with #7318FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7318FF; }
p { color: rgb(115,24,255); }
H1.HeaderClassName
{
color: #7318FF;
}
.AnyTagClassName
{
color: #7318FF;
}
</style>
background-color css
<style>
a { background-color: #7318FF; }
a { background-color: rgb(115,24,255); }
div.DivClassName
{
background-color: #7318FF;
}
.BgClassName
{
background-color: #7318FF;
}
</style>
border-color css
<style>
span { border-color: #7318FF; }
span { border-color: rgb(115,24,255); }
td.TdClassName
{
border-color: #7318FF;
}
.TagClassName
{
border-color: #7318FF;
}
</style>