Shades of Electric Indigo #630FE1
Tints of Electric Indigo #630FE1
RGB
CMYK
RGB Variations
Color information
#630FE1 (or 0x630FE1) is known color: Electric Indigo. HEX triplet: 63, 0F and E1. RGB value is (99,15,225). Sum of RGB (Red+Green+Blue) = 99+15+225=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 225 (88.28% from 255 or 66.37% from 339); Max value from RGB is 225 - color contains mainly: blue. Hex color #630FE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630FE1 is #9CF01E. Grayscale: #3F3F3F. Windows color (decimal): -10285087 or 14749539. OLE color: 14749539.
HSL color Cylindrical-coordinate representation of color #630FE1: hue angle of 264º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630FE1 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 99 | 15 | 225 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.12 |
| HSL | 264º | 0.88% | 0.47% | - |
| HSV(B) | 264º | 0.93% | 0.88% | - |
| XYZ | 18.91 | 8.43 | 71.86 | - |
| YUV | 64.06 | 218.83 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 225 | 0.56 | 0.93 | 0 | 0.12 | 264 | 0.88 | 0.47 |
| Hex | 63 | F | E1 | 38 | 5D | 0 | C | 108 | 58 | 2F |
| Octal | 143 | 17 | 341 | 70 | 135 | 0 | 14 | 410 | 130 | 57 |
| Binary | 1100011 | 1111 | 11100001 | 111000 | 1011101 | 0 | 1100 | 100001000 | 1011000 | 101111 |
Color Harmonies of #630FE1
Complementary color
Monochromatic Colors of #630FE1
Black with #630FE1
Text Example
Text Example
White with #630FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630FE1; }
p { color: rgb(99,15,225); }
H1.HeaderClassName
{
color: #630FE1;
}
.AnyTagClassName
{
color: #630FE1;
}
</style>
background-color css
<style>
a { background-color: #630FE1; }
a { background-color: rgb(99,15,225); }
div.DivClassName
{
background-color: #630FE1;
}
.BgClassName
{
background-color: #630FE1;
}
</style>
border-color css
<style>
span { border-color: #630FE1; }
span { border-color: rgb(99,15,225); }
td.TdClassName
{
border-color: #630FE1;
}
.TagClassName
{
border-color: #630FE1;
}
</style>