Shades of Blue Gem #422994
Tints of Blue Gem #422994
RGB
CMYK
RGB Variations
Color information
#422994 (or 0x422994) is known color: Blue Gem. HEX triplet: 42, 29 and 94. RGB value is (66,41,148). Sum of RGB (Red+Green+Blue) = 66+41+148=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #422994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422994 is #BDD66B. Grayscale: #3C3C3C. Windows color (decimal): -12441196 or 9709890. OLE color: 9709890.
HSL color Cylindrical-coordinate representation of color #422994: hue angle of 254.02º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #422994 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 41 | 148 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.42 |
| HSL | 254.02º | 0.57% | 0.37% | - |
| HSV(B) | 254.02º | 0.72% | 0.58% | - |
| XYZ | 8.39 | 4.88 | 28.52 | - |
| YUV | 60.67 | 177.28 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 148 | 0.55 | 0.72 | 0 | 0.42 | 254.02 | 0.57 | 0.37 |
| Hex | 42 | 29 | 94 | 37 | 48 | 0 | 2A | FE | 39 | 25 |
| Octal | 102 | 51 | 224 | 67 | 110 | 0 | 52 | 376 | 71 | 45 |
| Binary | 1000010 | 101001 | 10010100 | 110111 | 1001000 | 0 | 101010 | 11111110 | 111001 | 100101 |
Color Harmonies of #422994
Complementary color
Monochromatic Colors of #422994
Black with #422994
Text Example
Text Example
White with #422994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422994; }
p { color: rgb(66,41,148); }
H1.HeaderClassName
{
color: #422994;
}
.AnyTagClassName
{
color: #422994;
}
</style>
background-color css
<style>
a { background-color: #422994; }
a { background-color: rgb(66,41,148); }
div.DivClassName
{
background-color: #422994;
}
.BgClassName
{
background-color: #422994;
}
</style>
border-color css
<style>
span { border-color: #422994; }
span { border-color: rgb(66,41,148); }
td.TdClassName
{
border-color: #422994;
}
.TagClassName
{
border-color: #422994;
}
</style>