Shades of Electric Indigo #630FFF
Tints of Electric Indigo #630FFF
RGB
CMYK
RGB Variations
Color information
#630FFF (or 0x630FFF) is known color: Electric Indigo. HEX triplet: 63, 0F and FF. RGB value is (99,15,255). Sum of RGB (Red+Green+Blue) = 99+15+255=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #630FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630FFF is #9CF000. Grayscale: #424242. Windows color (decimal): -10285057 or 16715619. OLE color: 16715619.
HSL color Cylindrical-coordinate representation of color #630FFF: hue angle of 261º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630FFF is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 15 | 255 | - |
| CMYK | 0.61 | 0.94 | 0 | 0 |
| HSL | 261º | 1% | 0.53% | - |
| HSV(B) | 261º | 0.94% | 1% | - |
| XYZ | 23.37 | 10.21 | 95.35 | - |
| YUV | 67.48 | 233.83 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 255 | 0.61 | 0.94 | 0 | 0 | 261 | 1 | 0.53 |
| Hex | 63 | F | FF | 3D | 5E | 0 | 0 | 105 | 64 | 35 |
| Octal | 143 | 17 | 377 | 75 | 136 | 0 | 0 | 405 | 144 | 65 |
| Binary | 1100011 | 1111 | 11111111 | 111101 | 1011110 | 0 | 0 | 100000101 | 1100100 | 110101 |
Color Harmonies of #630FFF
Complementary color
Monochromatic Colors of #630FFF
Black with #630FFF
Text Example
Text Example
White with #630FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630FFF; }
p { color: rgb(99,15,255); }
H1.HeaderClassName
{
color: #630FFF;
}
.AnyTagClassName
{
color: #630FFF;
}
</style>
background-color css
<style>
a { background-color: #630FFF; }
a { background-color: rgb(99,15,255); }
div.DivClassName
{
background-color: #630FFF;
}
.BgClassName
{
background-color: #630FFF;
}
</style>
border-color css
<style>
span { border-color: #630FFF; }
span { border-color: rgb(99,15,255); }
td.TdClassName
{
border-color: #630FFF;
}
.TagClassName
{
border-color: #630FFF;
}
</style>