Shades of Blue Gem #402996
Tints of Blue Gem #402996
RGB
CMYK
RGB Variations
Color information
#402996 (or 0x402996) is known color: Blue Gem. HEX triplet: 40, 29 and 96. RGB value is (64,41,150). Sum of RGB (Red+Green+Blue) = 64+41+150=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #402996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402996 is #BFD669. Grayscale: #3B3B3B. Windows color (decimal): -12572266 or 9840960. OLE color: 9840960.
HSL color Cylindrical-coordinate representation of color #402996: hue angle of 252.66º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402996 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 41 | 150 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.41 |
| HSL | 252.66º | 0.57% | 0.37% | - |
| HSV(B) | 252.66º | 0.73% | 0.59% | - |
| XYZ | 8.41 | 4.88 | 29.35 | - |
| YUV | 60.3 | 178.62 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 150 | 0.57 | 0.73 | 0 | 0.41 | 252.66 | 0.57 | 0.37 |
| Hex | 40 | 29 | 96 | 39 | 49 | 0 | 29 | FD | 39 | 25 |
| Octal | 100 | 51 | 226 | 71 | 111 | 0 | 51 | 375 | 71 | 45 |
| Binary | 1000000 | 101001 | 10010110 | 111001 | 1001001 | 0 | 101001 | 11111101 | 111001 | 100101 |
Color Harmonies of #402996
Complementary color
Monochromatic Colors of #402996
Black with #402996
Text Example
Text Example
White with #402996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402996; }
p { color: rgb(64,41,150); }
H1.HeaderClassName
{
color: #402996;
}
.AnyTagClassName
{
color: #402996;
}
</style>
background-color css
<style>
a { background-color: #402996; }
a { background-color: rgb(64,41,150); }
div.DivClassName
{
background-color: #402996;
}
.BgClassName
{
background-color: #402996;
}
</style>
border-color css
<style>
span { border-color: #402996; }
span { border-color: rgb(64,41,150); }
td.TdClassName
{
border-color: #402996;
}
.TagClassName
{
border-color: #402996;
}
</style>