Shades of Blue Gem #402999
Tints of Blue Gem #402999
RGB
CMYK
RGB Variations
Color information
#402999 (or 0x402999) is known color: Blue Gem. HEX triplet: 40, 29 and 99. RGB value is (64,41,153). Sum of RGB (Red+Green+Blue) = 64+41+153=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #402999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402999 is #BFD666. Grayscale: #3C3C3C. Windows color (decimal): -12572263 or 10037568. OLE color: 10037568.
HSL color Cylindrical-coordinate representation of color #402999: hue angle of 252.32º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402999 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 41 | 153 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.4 |
| HSL | 252.32º | 0.58% | 0.38% | - |
| HSV(B) | 252.32º | 0.73% | 0.6% | - |
| XYZ | 8.66 | 4.98 | 30.64 | - |
| YUV | 60.65 | 180.12 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 153 | 0.58 | 0.73 | 0 | 0.4 | 252.32 | 0.58 | 0.38 |
| Hex | 40 | 29 | 99 | 3A | 49 | 0 | 28 | FC | 3A | 26 |
| Octal | 100 | 51 | 231 | 72 | 111 | 0 | 50 | 374 | 72 | 46 |
| Binary | 1000000 | 101001 | 10011001 | 111010 | 1001001 | 0 | 101000 | 11111100 | 111010 | 100110 |
Color Harmonies of #402999
Complementary color
Monochromatic Colors of #402999
Black with #402999
Text Example
Text Example
White with #402999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402999; }
p { color: rgb(64,41,153); }
H1.HeaderClassName
{
color: #402999;
}
.AnyTagClassName
{
color: #402999;
}
</style>
background-color css
<style>
a { background-color: #402999; }
a { background-color: rgb(64,41,153); }
div.DivClassName
{
background-color: #402999;
}
.BgClassName
{
background-color: #402999;
}
</style>
border-color css
<style>
span { border-color: #402999; }
span { border-color: rgb(64,41,153); }
td.TdClassName
{
border-color: #402999;
}
.TagClassName
{
border-color: #402999;
}
</style>