Shades of Blue Gem #402494
Tints of Blue Gem #402494
RGB
CMYK
RGB Variations
Color information
#402494 (or 0x402494) is known color: Blue Gem. HEX triplet: 40, 24 and 94. RGB value is (64,36,148). Sum of RGB (Red+Green+Blue) = 64+36+148=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #402494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402494 is #BFDB6B. Grayscale: #383838. Windows color (decimal): -12573548 or 9708608. OLE color: 9708608.
HSL color Cylindrical-coordinate representation of color #402494: hue angle of 255º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #402494 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 36 | 148 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.42 |
| HSL | 255º | 0.61% | 0.36% | - |
| HSV(B) | 255º | 0.76% | 0.58% | - |
| XYZ | 8.09 | 4.49 | 28.46 | - |
| YUV | 57.14 | 179.28 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 148 | 0.57 | 0.76 | 0 | 0.42 | 255 | 0.61 | 0.36 |
| Hex | 40 | 24 | 94 | 39 | 4C | 0 | 2A | FF | 3D | 24 |
| Octal | 100 | 44 | 224 | 71 | 114 | 0 | 52 | 377 | 75 | 44 |
| Binary | 1000000 | 100100 | 10010100 | 111001 | 1001100 | 0 | 101010 | 11111111 | 111101 | 100100 |
Color Harmonies of #402494
Complementary color
Monochromatic Colors of #402494
Black with #402494
Text Example
Text Example
White with #402494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402494; }
p { color: rgb(64,36,148); }
H1.HeaderClassName
{
color: #402494;
}
.AnyTagClassName
{
color: #402494;
}
</style>
background-color css
<style>
a { background-color: #402494; }
a { background-color: rgb(64,36,148); }
div.DivClassName
{
background-color: #402494;
}
.BgClassName
{
background-color: #402494;
}
</style>
border-color css
<style>
span { border-color: #402494; }
span { border-color: rgb(64,36,148); }
td.TdClassName
{
border-color: #402494;
}
.TagClassName
{
border-color: #402494;
}
</style>