Shades of Blue Gem #402295
Tints of Blue Gem #402295
RGB
CMYK
RGB Variations
Color information
#402295 (or 0x402295) is known color: Blue Gem. HEX triplet: 40, 22 and 95. RGB value is (64,34,149). Sum of RGB (Red+Green+Blue) = 64+34+149=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #402295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402295 is #BFDD6A. Grayscale: #373737. Windows color (decimal): -12574059 or 9773632. OLE color: 9773632.
HSL color Cylindrical-coordinate representation of color #402295: hue angle of 255.65º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #402295 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 34 | 149 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.42 |
| HSL | 255.65º | 0.63% | 0.36% | - |
| HSV(B) | 255.65º | 0.77% | 0.58% | - |
| XYZ | 8.11 | 4.4 | 28.86 | - |
| YUV | 56.08 | 180.44 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 149 | 0.57 | 0.77 | 0 | 0.42 | 255.65 | 0.63 | 0.36 |
| Hex | 40 | 22 | 95 | 39 | 4D | 0 | 2A | 100 | 3F | 24 |
| Octal | 100 | 42 | 225 | 71 | 115 | 0 | 52 | 400 | 77 | 44 |
| Binary | 1000000 | 100010 | 10010101 | 111001 | 1001101 | 0 | 101010 | 100000000 | 111111 | 100100 |
Color Harmonies of #402295
Complementary color
Monochromatic Colors of #402295
Black with #402295
Text Example
Text Example
White with #402295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402295; }
p { color: rgb(64,34,149); }
H1.HeaderClassName
{
color: #402295;
}
.AnyTagClassName
{
color: #402295;
}
</style>
background-color css
<style>
a { background-color: #402295; }
a { background-color: rgb(64,34,149); }
div.DivClassName
{
background-color: #402295;
}
.BgClassName
{
background-color: #402295;
}
</style>
border-color css
<style>
span { border-color: #402295; }
span { border-color: rgb(64,34,149); }
td.TdClassName
{
border-color: #402295;
}
.TagClassName
{
border-color: #402295;
}
</style>