Shades of Electric Indigo #630BDF
Tints of Electric Indigo #630BDF
RGB
CMYK
RGB Variations
Color information
#630BDF (or 0x630BDF) is known color: Electric Indigo. HEX triplet: 63, 0B and DF. RGB value is (99,11,223). Sum of RGB (Red+Green+Blue) = 99+11+223=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #630BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630BDF is #9CF420. Grayscale: #3C3C3C. Windows color (decimal): -10286113 or 14617443. OLE color: 14617443.
HSL color Cylindrical-coordinate representation of color #630BDF: hue angle of 264.91º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630BDF is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 11 | 223 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.13 |
| HSL | 264.91º | 0.91% | 0.46% | - |
| HSV(B) | 264.91º | 0.95% | 0.87% | - |
| XYZ | 18.58 | 8.22 | 70.42 | - |
| YUV | 61.48 | 219.15 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 223 | 0.56 | 0.95 | 0 | 0.13 | 264.91 | 0.91 | 0.46 |
| Hex | 63 | B | DF | 38 | 5F | 0 | D | 109 | 5B | 2E |
| Octal | 143 | 13 | 337 | 70 | 137 | 0 | 15 | 411 | 133 | 56 |
| Binary | 1100011 | 1011 | 11011111 | 111000 | 1011111 | 0 | 1101 | 100001001 | 1011011 | 101110 |
Color Harmonies of #630BDF
Complementary color
Monochromatic Colors of #630BDF
Black with #630BDF
Text Example
Text Example
White with #630BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630BDF; }
p { color: rgb(99,11,223); }
H1.HeaderClassName
{
color: #630BDF;
}
.AnyTagClassName
{
color: #630BDF;
}
</style>
background-color css
<style>
a { background-color: #630BDF; }
a { background-color: rgb(99,11,223); }
div.DivClassName
{
background-color: #630BDF;
}
.BgClassName
{
background-color: #630BDF;
}
</style>
border-color css
<style>
span { border-color: #630BDF; }
span { border-color: rgb(99,11,223); }
td.TdClassName
{
border-color: #630BDF;
}
.TagClassName
{
border-color: #630BDF;
}
</style>