Shades of Electric Indigo #7308FF
Tints of Electric Indigo #7308FF
RGB
CMYK
RGB Variations
Color information
#7308FF (or 0x7308FF) is known color: Electric Indigo. HEX triplet: 73, 08 and FF. RGB value is (115,8,255). Sum of RGB (Red+Green+Blue) = 115+8+255=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #7308FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7308FF is #8CF700. Grayscale: #434343. Windows color (decimal): -9238273 or 16713843. OLE color: 16713843.
HSL color Cylindrical-coordinate representation of color #7308FF: hue angle of 265.99º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7308FF is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 8 | 255 | - |
| CMYK | 0.55 | 0.97 | 0 | 0 |
| HSL | 265.99º | 1% | 0.52% | - |
| HSV(B) | 265.99º | 0.97% | 1% | - |
| XYZ | 25.21 | 11.04 | 95.41 | - |
| YUV | 68.15 | 233.45 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 255 | 0.55 | 0.97 | 0 | 0 | 265.99 | 1 | 0.52 |
| Hex | 73 | 8 | FF | 37 | 61 | 0 | 0 | 10A | 64 | 34 |
| Octal | 163 | 10 | 377 | 67 | 141 | 0 | 0 | 412 | 144 | 64 |
| Binary | 1110011 | 1000 | 11111111 | 110111 | 1100001 | 0 | 0 | 100001010 | 1100100 | 110100 |
Color Harmonies of #7308FF
Complementary color
Monochromatic Colors of #7308FF
Black with #7308FF
Text Example
Text Example
White with #7308FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7308FF; }
p { color: rgb(115,8,255); }
H1.HeaderClassName
{
color: #7308FF;
}
.AnyTagClassName
{
color: #7308FF;
}
</style>
background-color css
<style>
a { background-color: #7308FF; }
a { background-color: rgb(115,8,255); }
div.DivClassName
{
background-color: #7308FF;
}
.BgClassName
{
background-color: #7308FF;
}
</style>
border-color css
<style>
span { border-color: #7308FF; }
span { border-color: rgb(115,8,255); }
td.TdClassName
{
border-color: #7308FF;
}
.TagClassName
{
border-color: #7308FF;
}
</style>