Shades of Electric Indigo #630BD8
Tints of Electric Indigo #630BD8
RGB
CMYK
RGB Variations
Color information
#630BD8 (or 0x630BD8) is known color: Electric Indigo. HEX triplet: 63, 0B and D8. RGB value is (99,11,216). Sum of RGB (Red+Green+Blue) = 99+11+216=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 216 (84.77% from 255 or 66.26% from 326); Max value from RGB is 216 - color contains mainly: blue. Hex color #630BD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630BD8 is #9CF427. Grayscale: #3B3B3B. Windows color (decimal): -10286120 or 14158691. OLE color: 14158691.
HSL color Cylindrical-coordinate representation of color #630BD8: hue angle of 265.76º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630BD8 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 11 | 216 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.15 |
| HSL | 265.76º | 0.9% | 0.45% | - |
| HSV(B) | 265.76º | 0.95% | 0.85% | - |
| XYZ | 17.66 | 7.85 | 65.55 | - |
| YUV | 60.68 | 215.65 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 216 | 0.54 | 0.95 | 0 | 0.15 | 265.76 | 0.9 | 0.45 |
| Hex | 63 | B | D8 | 36 | 5F | 0 | F | 10A | 5A | 2D |
| Octal | 143 | 13 | 330 | 66 | 137 | 0 | 17 | 412 | 132 | 55 |
| Binary | 1100011 | 1011 | 11011000 | 110110 | 1011111 | 0 | 1111 | 100001010 | 1011010 | 101101 |
Color Harmonies of #630BD8
Complementary color
Monochromatic Colors of #630BD8
Black with #630BD8
Text Example
Text Example
White with #630BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630BD8; }
p { color: rgb(99,11,216); }
H1.HeaderClassName
{
color: #630BD8;
}
.AnyTagClassName
{
color: #630BD8;
}
</style>
background-color css
<style>
a { background-color: #630BD8; }
a { background-color: rgb(99,11,216); }
div.DivClassName
{
background-color: #630BD8;
}
.BgClassName
{
background-color: #630BD8;
}
</style>
border-color css
<style>
span { border-color: #630BD8; }
span { border-color: rgb(99,11,216); }
td.TdClassName
{
border-color: #630BD8;
}
.TagClassName
{
border-color: #630BD8;
}
</style>