Shades of Electric Indigo #6312FA
Tints of Electric Indigo #6312FA
RGB
CMYK
RGB Variations
Color information
#6312FA (or 0x6312FA) is known color: Electric Indigo. HEX triplet: 63, 12 and FA. RGB value is (99,18,250). Sum of RGB (Red+Green+Blue) = 99+18+250=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #6312FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6312FA is #9CED05. Grayscale: #434343. Windows color (decimal): -10284294 or 16388707. OLE color: 16388707.
HSL color Cylindrical-coordinate representation of color #6312FA: hue angle of 260.95º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6312FA is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 18 | 250 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.02 |
| HSL | 260.95º | 0.96% | 0.53% | - |
| HSV(B) | 260.95º | 0.93% | 0.98% | - |
| XYZ | 22.62 | 9.99 | 91.18 | - |
| YUV | 68.67 | 230.34 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 18 | 250 | 0.60 | 0.93 | 0 | 0.02 | 260.95 | 0.96 | 0.53 |
| Hex | 63 | 12 | FA | 3C | 5D | 0 | 2 | 105 | 60 | 35 |
| Octal | 143 | 22 | 372 | 74 | 135 | 0 | 2 | 405 | 140 | 65 |
| Binary | 1100011 | 10010 | 11111010 | 111100 | 1011101 | 0 | 10 | 100000101 | 1100000 | 110101 |
Color Harmonies of #6312FA
Complementary color
Monochromatic Colors of #6312FA
Black with #6312FA
Text Example
Text Example
White with #6312FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6312FA; }
p { color: rgb(99,18,250); }
H1.HeaderClassName
{
color: #6312FA;
}
.AnyTagClassName
{
color: #6312FA;
}
</style>
background-color css
<style>
a { background-color: #6312FA; }
a { background-color: rgb(99,18,250); }
div.DivClassName
{
background-color: #6312FA;
}
.BgClassName
{
background-color: #6312FA;
}
</style>
border-color css
<style>
span { border-color: #6312FA; }
span { border-color: rgb(99,18,250); }
td.TdClassName
{
border-color: #6312FA;
}
.TagClassName
{
border-color: #6312FA;
}
</style>