Shades of Electric Indigo #630CE0
Tints of Electric Indigo #630CE0
RGB
CMYK
RGB Variations
Color information
#630CE0 (or 0x630CE0) is known color: Electric Indigo. HEX triplet: 63, 0C and E0. RGB value is (99,12,224). Sum of RGB (Red+Green+Blue) = 99+12+224=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 224 (87.89% from 255 or 66.87% from 335); Max value from RGB is 224 - color contains mainly: blue. Hex color #630CE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630CE0 is #9CF31F. Grayscale: #3D3D3D. Windows color (decimal): -10285856 or 14683235. OLE color: 14683235.
HSL color Cylindrical-coordinate representation of color #630CE0: hue angle of 264.62º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630CE0 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 99 | 12 | 224 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.12 |
| HSL | 264.62º | 0.9% | 0.46% | - |
| HSV(B) | 264.62º | 0.95% | 0.88% | - |
| XYZ | 18.73 | 8.3 | 71.14 | - |
| YUV | 62.18 | 219.32 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 224 | 0.56 | 0.95 | 0 | 0.12 | 264.62 | 0.9 | 0.46 |
| Hex | 63 | C | E0 | 38 | 5F | 0 | C | 109 | 5A | 2E |
| Octal | 143 | 14 | 340 | 70 | 137 | 0 | 14 | 411 | 132 | 56 |
| Binary | 1100011 | 1100 | 11100000 | 111000 | 1011111 | 0 | 1100 | 100001001 | 1011010 | 101110 |
Color Harmonies of #630CE0
Complementary color
Monochromatic Colors of #630CE0
Black with #630CE0
Text Example
Text Example
White with #630CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630CE0; }
p { color: rgb(99,12,224); }
H1.HeaderClassName
{
color: #630CE0;
}
.AnyTagClassName
{
color: #630CE0;
}
</style>
background-color css
<style>
a { background-color: #630CE0; }
a { background-color: rgb(99,12,224); }
div.DivClassName
{
background-color: #630CE0;
}
.BgClassName
{
background-color: #630CE0;
}
</style>
border-color css
<style>
span { border-color: #630CE0; }
span { border-color: rgb(99,12,224); }
td.TdClassName
{
border-color: #630CE0;
}
.TagClassName
{
border-color: #630CE0;
}
</style>