Shades of Electric Indigo #750CF2
Tints of Electric Indigo #750CF2
RGB
CMYK
RGB Variations
Color information
#750CF2 (or 0x750CF2) is known color: Electric Indigo. HEX triplet: 75, 0C and F2. RGB value is (117,12,242). Sum of RGB (Red+Green+Blue) = 117+12+242=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 242 (94.92% from 255 or 65.23% from 371); Max value from RGB is 242 - color contains mainly: blue. Hex color #750CF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750CF2 is #8AF30D. Grayscale: #444444. Windows color (decimal): -9106190 or 15862901. OLE color: 15862901.
HSL color Cylindrical-coordinate representation of color #750CF2: hue angle of 267.39º 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 #750CF2 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 12 | 242 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.05 |
| HSL | 267.39º | 0.91% | 0.5% | - |
| HSV(B) | 267.39º | 0.95% | 0.95% | - |
| XYZ | 23.49 | 10.46 | 84.78 | - |
| YUV | 69.62 | 225.29 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 242 | 0.52 | 0.95 | 0 | 0.05 | 267.39 | 0.91 | 0.5 |
| Hex | 75 | C | F2 | 34 | 5F | 0 | 5 | 10B | 5B | 32 |
| Octal | 165 | 14 | 362 | 64 | 137 | 0 | 5 | 413 | 133 | 62 |
| Binary | 1110101 | 1100 | 11110010 | 110100 | 1011111 | 0 | 101 | 100001011 | 1011011 | 110010 |
Color Harmonies of #750CF2
Complementary color
Monochromatic Colors of #750CF2
Black with #750CF2
Text Example
Text Example
White with #750CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750CF2; }
p { color: rgb(117,12,242); }
H1.HeaderClassName
{
color: #750CF2;
}
.AnyTagClassName
{
color: #750CF2;
}
</style>
background-color css
<style>
a { background-color: #750CF2; }
a { background-color: rgb(117,12,242); }
div.DivClassName
{
background-color: #750CF2;
}
.BgClassName
{
background-color: #750CF2;
}
</style>
border-color css
<style>
span { border-color: #750CF2; }
span { border-color: rgb(117,12,242); }
td.TdClassName
{
border-color: #750CF2;
}
.TagClassName
{
border-color: #750CF2;
}
</style>