Shades of Electric Indigo #630FEA
Tints of Electric Indigo #630FEA
RGB
CMYK
RGB Variations
Color information
#630FEA (or 0x630FEA) is known color: Electric Indigo. HEX triplet: 63, 0F and EA. RGB value is (99,15,234). Sum of RGB (Red+Green+Blue) = 99+15+234=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #630FEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630FEA is #9CF015. Grayscale: #404040. Windows color (decimal): -10285078 or 15339363. OLE color: 15339363.
HSL color Cylindrical-coordinate representation of color #630FEA: hue angle of 263.01º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630FEA is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 15 | 234 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.08 |
| HSL | 263.01º | 0.88% | 0.49% | - |
| HSV(B) | 263.01º | 0.94% | 0.92% | - |
| XYZ | 20.17 | 8.93 | 78.5 | - |
| YUV | 65.08 | 223.33 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 234 | 0.58 | 0.94 | 0 | 0.08 | 263.01 | 0.88 | 0.49 |
| Hex | 63 | F | EA | 3A | 5E | 0 | 8 | 107 | 58 | 31 |
| Octal | 143 | 17 | 352 | 72 | 136 | 0 | 10 | 407 | 130 | 61 |
| Binary | 1100011 | 1111 | 11101010 | 111010 | 1011110 | 0 | 1000 | 100000111 | 1011000 | 110001 |
Color Harmonies of #630FEA
Complementary color
Monochromatic Colors of #630FEA
Black with #630FEA
Text Example
Text Example
White with #630FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630FEA; }
p { color: rgb(99,15,234); }
H1.HeaderClassName
{
color: #630FEA;
}
.AnyTagClassName
{
color: #630FEA;
}
</style>
background-color css
<style>
a { background-color: #630FEA; }
a { background-color: rgb(99,15,234); }
div.DivClassName
{
background-color: #630FEA;
}
.BgClassName
{
background-color: #630FEA;
}
</style>
border-color css
<style>
span { border-color: #630FEA; }
span { border-color: rgb(99,15,234); }
td.TdClassName
{
border-color: #630FEA;
}
.TagClassName
{
border-color: #630FEA;
}
</style>