Shades of Blue Gem #402894
Tints of Blue Gem #402894
RGB
CMYK
RGB Variations
Color information
#402894 (or 0x402894) is known color: Blue Gem. HEX triplet: 40, 28 and 94. RGB value is (64,40,148). Sum of RGB (Red+Green+Blue) = 64+40+148=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #402894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402894 is #BFD76B. Grayscale: #3B3B3B. Windows color (decimal): -12572524 or 9709632. OLE color: 9709632.
HSL color Cylindrical-coordinate representation of color #402894: hue angle of 253.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402894 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 40 | 148 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.42 |
| HSL | 253.33º | 0.57% | 0.37% | - |
| HSV(B) | 253.33º | 0.73% | 0.58% | - |
| XYZ | 8.22 | 4.75 | 28.5 | - |
| YUV | 59.49 | 177.95 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 148 | 0.57 | 0.73 | 0 | 0.42 | 253.33 | 0.57 | 0.37 |
| Hex | 40 | 28 | 94 | 39 | 49 | 0 | 2A | FD | 39 | 25 |
| Octal | 100 | 50 | 224 | 71 | 111 | 0 | 52 | 375 | 71 | 45 |
| Binary | 1000000 | 101000 | 10010100 | 111001 | 1001001 | 0 | 101010 | 11111101 | 111001 | 100101 |
Color Harmonies of #402894
Complementary color
Monochromatic Colors of #402894
Black with #402894
Text Example
Text Example
White with #402894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402894; }
p { color: rgb(64,40,148); }
H1.HeaderClassName
{
color: #402894;
}
.AnyTagClassName
{
color: #402894;
}
</style>
background-color css
<style>
a { background-color: #402894; }
a { background-color: rgb(64,40,148); }
div.DivClassName
{
background-color: #402894;
}
.BgClassName
{
background-color: #402894;
}
</style>
border-color css
<style>
span { border-color: #402894; }
span { border-color: rgb(64,40,148); }
td.TdClassName
{
border-color: #402894;
}
.TagClassName
{
border-color: #402894;
}
</style>