Shades of Electric Indigo #630FFD
Tints of Electric Indigo #630FFD
RGB
CMYK
RGB Variations
Color information
#630FFD (or 0x630FFD) is known color: Electric Indigo. HEX triplet: 63, 0F and FD. RGB value is (99,15,253). Sum of RGB (Red+Green+Blue) = 99+15+253=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #630FFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630FFD is #9CF002. Grayscale: #424242. Windows color (decimal): -10285059 or 16584547. OLE color: 16584547.
HSL color Cylindrical-coordinate representation of color #630FFD: hue angle of 261.18º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630FFD is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 15 | 253 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.01 |
| HSL | 261.18º | 0.98% | 0.53% | - |
| HSV(B) | 261.18º | 0.94% | 0.99% | - |
| XYZ | 23.05 | 10.09 | 93.66 | - |
| YUV | 67.25 | 232.83 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 253 | 0.61 | 0.94 | 0 | 0.01 | 261.18 | 0.98 | 0.53 |
| Hex | 63 | F | FD | 3D | 5E | 0 | 1 | 105 | 62 | 35 |
| Octal | 143 | 17 | 375 | 75 | 136 | 0 | 1 | 405 | 142 | 65 |
| Binary | 1100011 | 1111 | 11111101 | 111101 | 1011110 | 0 | 1 | 100000101 | 1100010 | 110101 |
Color Harmonies of #630FFD
Complementary color
Monochromatic Colors of #630FFD
Black with #630FFD
Text Example
Text Example
White with #630FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630FFD; }
p { color: rgb(99,15,253); }
H1.HeaderClassName
{
color: #630FFD;
}
.AnyTagClassName
{
color: #630FFD;
}
</style>
background-color css
<style>
a { background-color: #630FFD; }
a { background-color: rgb(99,15,253); }
div.DivClassName
{
background-color: #630FFD;
}
.BgClassName
{
background-color: #630FFD;
}
</style>
border-color css
<style>
span { border-color: #630FFD; }
span { border-color: rgb(99,15,253); }
td.TdClassName
{
border-color: #630FFD;
}
.TagClassName
{
border-color: #630FFD;
}
</style>