Shades of Electric Indigo #630CED
Tints of Electric Indigo #630CED
RGB
CMYK
RGB Variations
Color information
#630CED (or 0x630CED) is known color: Electric Indigo. HEX triplet: 63, 0C and ED. RGB value is (99,12,237). Sum of RGB (Red+Green+Blue) = 99+12+237=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #630CED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630CED is #9CF312. Grayscale: #3E3E3E. Windows color (decimal): -10285843 or 15535203. OLE color: 15535203.
HSL color Cylindrical-coordinate representation of color #630CED: hue angle of 263.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630CED is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 12 | 237 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.07 |
| HSL | 263.2º | 0.9% | 0.49% | - |
| HSV(B) | 263.2º | 0.95% | 0.93% | - |
| XYZ | 20.56 | 9.03 | 80.78 | - |
| YUV | 63.66 | 225.82 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 237 | 0.58 | 0.95 | 0 | 0.07 | 263.2 | 0.9 | 0.49 |
| Hex | 63 | C | ED | 3A | 5F | 0 | 7 | 107 | 5A | 31 |
| Octal | 143 | 14 | 355 | 72 | 137 | 0 | 7 | 407 | 132 | 61 |
| Binary | 1100011 | 1100 | 11101101 | 111010 | 1011111 | 0 | 111 | 100000111 | 1011010 | 110001 |
Color Harmonies of #630CED
Complementary color
Monochromatic Colors of #630CED
Black with #630CED
Text Example
Text Example
White with #630CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630CED; }
p { color: rgb(99,12,237); }
H1.HeaderClassName
{
color: #630CED;
}
.AnyTagClassName
{
color: #630CED;
}
</style>
background-color css
<style>
a { background-color: #630CED; }
a { background-color: rgb(99,12,237); }
div.DivClassName
{
background-color: #630CED;
}
.BgClassName
{
background-color: #630CED;
}
</style>
border-color css
<style>
span { border-color: #630CED; }
span { border-color: rgb(99,12,237); }
td.TdClassName
{
border-color: #630CED;
}
.TagClassName
{
border-color: #630CED;
}
</style>