Shades of Blue Gem #402898
Tints of Blue Gem #402898
RGB
CMYK
RGB Variations
Color information
#402898 (or 0x402898) is known color: Blue Gem. HEX triplet: 40, 28 and 98. RGB value is (64,40,152). Sum of RGB (Red+Green+Blue) = 64+40+152=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #402898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402898 is #BFD767. Grayscale: #3B3B3B. Windows color (decimal): -12572520 or 9971776. OLE color: 9971776.
HSL color Cylindrical-coordinate representation of color #402898: hue angle of 252.86º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #402898 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 40 | 152 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.40 |
| HSL | 252.86º | 0.58% | 0.38% | - |
| HSV(B) | 252.86º | 0.74% | 0.6% | - |
| XYZ | 8.54 | 4.87 | 30.2 | - |
| YUV | 59.94 | 179.95 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 152 | 0.58 | 0.74 | 0 | 0.40 | 252.86 | 0.58 | 0.38 |
| Hex | 40 | 28 | 98 | 3A | 4A | 0 | 28 | FD | 3A | 26 |
| Octal | 100 | 50 | 230 | 72 | 112 | 0 | 50 | 375 | 72 | 46 |
| Binary | 1000000 | 101000 | 10011000 | 111010 | 1001010 | 0 | 101000 | 11111101 | 111010 | 100110 |
Color Harmonies of #402898
Complementary color
Monochromatic Colors of #402898
Black with #402898
Text Example
Text Example
White with #402898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402898; }
p { color: rgb(64,40,152); }
H1.HeaderClassName
{
color: #402898;
}
.AnyTagClassName
{
color: #402898;
}
</style>
background-color css
<style>
a { background-color: #402898; }
a { background-color: rgb(64,40,152); }
div.DivClassName
{
background-color: #402898;
}
.BgClassName
{
background-color: #402898;
}
</style>
border-color css
<style>
span { border-color: #402898; }
span { border-color: rgb(64,40,152); }
td.TdClassName
{
border-color: #402898;
}
.TagClassName
{
border-color: #402898;
}
</style>