Shades of Electric Indigo #630FED
Tints of Electric Indigo #630FED
RGB
CMYK
RGB Variations
Color information
#630FED (or 0x630FED) is known color: Electric Indigo. HEX triplet: 63, 0F and ED. RGB value is (99,15,237). Sum of RGB (Red+Green+Blue) = 99+15+237=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #630FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630FED is #9CF012. Grayscale: #404040. Windows color (decimal): -10285075 or 15535971. OLE color: 15535971.
HSL color Cylindrical-coordinate representation of color #630FED: hue angle of 262.7º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630FED is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 15 | 237 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.07 |
| HSL | 262.7º | 0.88% | 0.49% | - |
| HSV(B) | 262.7º | 0.94% | 0.93% | - |
| XYZ | 20.6 | 9.11 | 80.79 | - |
| YUV | 65.42 | 224.83 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 237 | 0.58 | 0.94 | 0 | 0.07 | 262.7 | 0.88 | 0.49 |
| Hex | 63 | F | ED | 3A | 5E | 0 | 7 | 107 | 58 | 31 |
| Octal | 143 | 17 | 355 | 72 | 136 | 0 | 7 | 407 | 130 | 61 |
| Binary | 1100011 | 1111 | 11101101 | 111010 | 1011110 | 0 | 111 | 100000111 | 1011000 | 110001 |
Color Harmonies of #630FED
Complementary color
Monochromatic Colors of #630FED
Black with #630FED
Text Example
Text Example
White with #630FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630FED; }
p { color: rgb(99,15,237); }
H1.HeaderClassName
{
color: #630FED;
}
.AnyTagClassName
{
color: #630FED;
}
</style>
background-color css
<style>
a { background-color: #630FED; }
a { background-color: rgb(99,15,237); }
div.DivClassName
{
background-color: #630FED;
}
.BgClassName
{
background-color: #630FED;
}
</style>
border-color css
<style>
span { border-color: #630FED; }
span { border-color: rgb(99,15,237); }
td.TdClassName
{
border-color: #630FED;
}
.TagClassName
{
border-color: #630FED;
}
</style>