Shades of Electric Indigo #7D18FF
Tints of Electric Indigo #7D18FF
RGB
CMYK
RGB Variations
Color information
#7D18FF (or 0x7D18FF) is known color: Electric Indigo. HEX triplet: 7D, 18 and FF. RGB value is (125,24,255). Sum of RGB (Red+Green+Blue) = 125+24+255=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D18FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D18FF is #82E700. Grayscale: #4F4F4F. Windows color (decimal): -8578817 or 16717949. OLE color: 16717949.
HSL color Cylindrical-coordinate representation of color #7D18FF: hue angle of 266.23º 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 #7D18FF is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 24 | 255 | - |
| CMYK | 0.51 | 0.91 | 0 | 0 |
| HSL | 266.23º | 1% | 0.55% | - |
| HSV(B) | 266.23º | 0.91% | 1% | - |
| XYZ | 26.83 | 12.23 | 95.55 | - |
| YUV | 80.53 | 226.46 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 24 | 255 | 0.51 | 0.91 | 0 | 0 | 266.23 | 1 | 0.55 |
| Hex | 7D | 18 | FF | 33 | 5B | 0 | 0 | 10A | 64 | 37 |
| Octal | 175 | 30 | 377 | 63 | 133 | 0 | 0 | 412 | 144 | 67 |
| Binary | 1111101 | 11000 | 11111111 | 110011 | 1011011 | 0 | 0 | 100001010 | 1100100 | 110111 |
Color Harmonies of #7D18FF
Complementary color
Monochromatic Colors of #7D18FF
Black with #7D18FF
Text Example
Text Example
White with #7D18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D18FF; }
p { color: rgb(125,24,255); }
H1.HeaderClassName
{
color: #7D18FF;
}
.AnyTagClassName
{
color: #7D18FF;
}
</style>
background-color css
<style>
a { background-color: #7D18FF; }
a { background-color: rgb(125,24,255); }
div.DivClassName
{
background-color: #7D18FF;
}
.BgClassName
{
background-color: #7D18FF;
}
</style>
border-color css
<style>
span { border-color: #7D18FF; }
span { border-color: rgb(125,24,255); }
td.TdClassName
{
border-color: #7D18FF;
}
.TagClassName
{
border-color: #7D18FF;
}
</style>