Shades of Electric Indigo #730CF2
Tints of Electric Indigo #730CF2
RGB
CMYK
RGB Variations
Color information
#730CF2 (or 0x730CF2) is known color: Electric Indigo. HEX triplet: 73, 0C and F2. RGB value is (115,12,242). Sum of RGB (Red+Green+Blue) = 115+12+242=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 242 (94.92% from 255 or 65.58% from 369); Max value from RGB is 242 - color contains mainly: blue. Hex color #730CF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730CF2 is #8CF30D. Grayscale: #444444. Windows color (decimal): -9237262 or 15862899. OLE color: 15862899.
HSL color Cylindrical-coordinate representation of color #730CF2: hue angle of 266.87º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730CF2 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 12 | 242 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.05 |
| HSL | 266.87º | 0.91% | 0.5% | - |
| HSV(B) | 266.87º | 0.95% | 0.95% | - |
| XYZ | 23.23 | 10.32 | 84.77 | - |
| YUV | 69.02 | 225.62 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 242 | 0.52 | 0.95 | 0 | 0.05 | 266.87 | 0.91 | 0.5 |
| Hex | 73 | C | F2 | 34 | 5F | 0 | 5 | 10B | 5B | 32 |
| Octal | 163 | 14 | 362 | 64 | 137 | 0 | 5 | 413 | 133 | 62 |
| Binary | 1110011 | 1100 | 11110010 | 110100 | 1011111 | 0 | 101 | 100001011 | 1011011 | 110010 |
Color Harmonies of #730CF2
Complementary color
Monochromatic Colors of #730CF2
Black with #730CF2
Text Example
Text Example
White with #730CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730CF2; }
p { color: rgb(115,12,242); }
H1.HeaderClassName
{
color: #730CF2;
}
.AnyTagClassName
{
color: #730CF2;
}
</style>
background-color css
<style>
a { background-color: #730CF2; }
a { background-color: rgb(115,12,242); }
div.DivClassName
{
background-color: #730CF2;
}
.BgClassName
{
background-color: #730CF2;
}
</style>
border-color css
<style>
span { border-color: #730CF2; }
span { border-color: rgb(115,12,242); }
td.TdClassName
{
border-color: #730CF2;
}
.TagClassName
{
border-color: #730CF2;
}
</style>