Shades of Electric Indigo #630EDD
Tints of Electric Indigo #630EDD
RGB
CMYK
RGB Variations
Color information
#630EDD (or 0x630EDD) is known color: Electric Indigo. HEX triplet: 63, 0E and DD. RGB value is (99,14,221). Sum of RGB (Red+Green+Blue) = 99+14+221=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #630EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630EDD is #9CF122. Grayscale: #3E3E3E. Windows color (decimal): -10285347 or 14487139. OLE color: 14487139.
HSL color Cylindrical-coordinate representation of color #630EDD: hue angle of 264.64º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630EDD is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 14 | 221 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.13 |
| HSL | 264.64º | 0.88% | 0.46% | - |
| HSV(B) | 264.64º | 0.94% | 0.87% | - |
| XYZ | 18.35 | 8.19 | 69.02 | - |
| YUV | 63.01 | 217.16 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 14 | 221 | 0.55 | 0.94 | 0 | 0.13 | 264.64 | 0.88 | 0.46 |
| Hex | 63 | E | DD | 37 | 5E | 0 | D | 109 | 58 | 2E |
| Octal | 143 | 16 | 335 | 67 | 136 | 0 | 15 | 411 | 130 | 56 |
| Binary | 1100011 | 1110 | 11011101 | 110111 | 1011110 | 0 | 1101 | 100001001 | 1011000 | 101110 |
Color Harmonies of #630EDD
Complementary color
Monochromatic Colors of #630EDD
Black with #630EDD
Text Example
Text Example
White with #630EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630EDD; }
p { color: rgb(99,14,221); }
H1.HeaderClassName
{
color: #630EDD;
}
.AnyTagClassName
{
color: #630EDD;
}
</style>
background-color css
<style>
a { background-color: #630EDD; }
a { background-color: rgb(99,14,221); }
div.DivClassName
{
background-color: #630EDD;
}
.BgClassName
{
background-color: #630EDD;
}
</style>
border-color css
<style>
span { border-color: #630EDD; }
span { border-color: rgb(99,14,221); }
td.TdClassName
{
border-color: #630EDD;
}
.TagClassName
{
border-color: #630EDD;
}
</style>