Shades of Electric Indigo #630FF1
Tints of Electric Indigo #630FF1
RGB
CMYK
RGB Variations
Color information
#630FF1 (or 0x630FF1) is known color: Electric Indigo. HEX triplet: 63, 0F and F1. RGB value is (99,15,241). Sum of RGB (Red+Green+Blue) = 99+15+241=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 241 (94.53% from 255 or 67.89% from 355); Max value from RGB is 241 - color contains mainly: blue. Hex color #630FF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630FF1 is #9CF00E. Grayscale: #414141. Windows color (decimal): -10285071 or 15798115. OLE color: 15798115.
HSL color Cylindrical-coordinate representation of color #630FF1: hue angle of 262.3º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630FF1 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 15 | 241 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.05 |
| HSL | 262.3º | 0.89% | 0.5% | - |
| HSV(B) | 262.3º | 0.94% | 0.95% | - |
| XYZ | 21.19 | 9.35 | 83.91 | - |
| YUV | 65.88 | 226.83 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 241 | 0.59 | 0.94 | 0 | 0.05 | 262.3 | 0.89 | 0.5 |
| Hex | 63 | F | F1 | 3B | 5E | 0 | 5 | 106 | 59 | 32 |
| Octal | 143 | 17 | 361 | 73 | 136 | 0 | 5 | 406 | 131 | 62 |
| Binary | 1100011 | 1111 | 11110001 | 111011 | 1011110 | 0 | 101 | 100000110 | 1011001 | 110010 |
Color Harmonies of #630FF1
Complementary color
Monochromatic Colors of #630FF1
Black with #630FF1
Text Example
Text Example
White with #630FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630FF1; }
p { color: rgb(99,15,241); }
H1.HeaderClassName
{
color: #630FF1;
}
.AnyTagClassName
{
color: #630FF1;
}
</style>
background-color css
<style>
a { background-color: #630FF1; }
a { background-color: rgb(99,15,241); }
div.DivClassName
{
background-color: #630FF1;
}
.BgClassName
{
background-color: #630FF1;
}
</style>
border-color css
<style>
span { border-color: #630FF1; }
span { border-color: rgb(99,15,241); }
td.TdClassName
{
border-color: #630FF1;
}
.TagClassName
{
border-color: #630FF1;
}
</style>