Shades of Electric Indigo #630CF0
Tints of Electric Indigo #630CF0
RGB
CMYK
RGB Variations
Color information
#630CF0 (or 0x630CF0) is known color: Electric Indigo. HEX triplet: 63, 0C and F0. RGB value is (99,12,240). Sum of RGB (Red+Green+Blue) = 99+12+240=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 240 (94.14% from 255 or 68.38% from 351); Max value from RGB is 240 - color contains mainly: blue. Hex color #630CF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630CF0 is #9CF30F. Grayscale: #3F3F3F. Windows color (decimal): -10285840 or 15731811. OLE color: 15731811.
HSL color Cylindrical-coordinate representation of color #630CF0: hue angle of 262.89º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630CF0 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 12 | 240 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.06 |
| HSL | 262.89º | 0.9% | 0.49% | - |
| HSV(B) | 262.89º | 0.95% | 0.94% | - |
| XYZ | 21.01 | 9.21 | 83.11 | - |
| YUV | 64.01 | 227.32 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 240 | 0.59 | 0.95 | 0 | 0.06 | 262.89 | 0.9 | 0.49 |
| Hex | 63 | C | F0 | 3B | 5F | 0 | 6 | 107 | 5A | 31 |
| Octal | 143 | 14 | 360 | 73 | 137 | 0 | 6 | 407 | 132 | 61 |
| Binary | 1100011 | 1100 | 11110000 | 111011 | 1011111 | 0 | 110 | 100000111 | 1011010 | 110001 |
Color Harmonies of #630CF0
Complementary color
Monochromatic Colors of #630CF0
Black with #630CF0
Text Example
Text Example
White with #630CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630CF0; }
p { color: rgb(99,12,240); }
H1.HeaderClassName
{
color: #630CF0;
}
.AnyTagClassName
{
color: #630CF0;
}
</style>
background-color css
<style>
a { background-color: #630CF0; }
a { background-color: rgb(99,12,240); }
div.DivClassName
{
background-color: #630CF0;
}
.BgClassName
{
background-color: #630CF0;
}
</style>
border-color css
<style>
span { border-color: #630CF0; }
span { border-color: rgb(99,12,240); }
td.TdClassName
{
border-color: #630CF0;
}
.TagClassName
{
border-color: #630CF0;
}
</style>