Shades of Electric Indigo #630FE9
Tints of Electric Indigo #630FE9
RGB
CMYK
RGB Variations
Color information
#630FE9 (or 0x630FE9) is known color: Electric Indigo. HEX triplet: 63, 0F and E9. RGB value is (99,15,233). Sum of RGB (Red+Green+Blue) = 99+15+233=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 233 (91.41% from 255 or 67.15% from 347); Max value from RGB is 233 - color contains mainly: blue. Hex color #630FE9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630FE9 is #9CF016. Grayscale: #404040. Windows color (decimal): -10285079 or 15273827. OLE color: 15273827.
HSL color Cylindrical-coordinate representation of color #630FE9: hue angle of 263.12º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630FE9 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 15 | 233 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.09 |
| HSL | 263.12º | 0.88% | 0.49% | - |
| HSV(B) | 263.12º | 0.94% | 0.91% | - |
| XYZ | 20.02 | 8.88 | 77.75 | - |
| YUV | 64.97 | 222.83 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 233 | 0.58 | 0.94 | 0 | 0.09 | 263.12 | 0.88 | 0.49 |
| Hex | 63 | F | E9 | 3A | 5E | 0 | 9 | 107 | 58 | 31 |
| Octal | 143 | 17 | 351 | 72 | 136 | 0 | 11 | 407 | 130 | 61 |
| Binary | 1100011 | 1111 | 11101001 | 111010 | 1011110 | 0 | 1001 | 100000111 | 1011000 | 110001 |
Color Harmonies of #630FE9
Complementary color
Monochromatic Colors of #630FE9
Black with #630FE9
Text Example
Text Example
White with #630FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630FE9; }
p { color: rgb(99,15,233); }
H1.HeaderClassName
{
color: #630FE9;
}
.AnyTagClassName
{
color: #630FE9;
}
</style>
background-color css
<style>
a { background-color: #630FE9; }
a { background-color: rgb(99,15,233); }
div.DivClassName
{
background-color: #630FE9;
}
.BgClassName
{
background-color: #630FE9;
}
</style>
border-color css
<style>
span { border-color: #630FE9; }
span { border-color: rgb(99,15,233); }
td.TdClassName
{
border-color: #630FE9;
}
.TagClassName
{
border-color: #630FE9;
}
</style>