Shades of Blue Gem #422992
Tints of Blue Gem #422992
RGB
CMYK
RGB Variations
Color information
#422992 (or 0x422992) is known color: Blue Gem. HEX triplet: 42, 29 and 92. RGB value is (66,41,146). Sum of RGB (Red+Green+Blue) = 66+41+146=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #422992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422992 is #BDD66D. Grayscale: #3C3C3C. Windows color (decimal): -12441198 or 9578818. OLE color: 9578818.
HSL color Cylindrical-coordinate representation of color #422992: hue angle of 254.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #422992 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 41 | 146 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.43 |
| HSL | 254.29º | 0.56% | 0.37% | - |
| HSV(B) | 254.29º | 0.72% | 0.57% | - |
| XYZ | 8.23 | 4.82 | 27.69 | - |
| YUV | 60.45 | 176.28 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 146 | 0.55 | 0.72 | 0 | 0.43 | 254.29 | 0.56 | 0.37 |
| Hex | 42 | 29 | 92 | 37 | 48 | 0 | 2B | FE | 38 | 25 |
| Octal | 102 | 51 | 222 | 67 | 110 | 0 | 53 | 376 | 70 | 45 |
| Binary | 1000010 | 101001 | 10010010 | 110111 | 1001000 | 0 | 101011 | 11111110 | 111000 | 100101 |
Color Harmonies of #422992
Complementary color
Monochromatic Colors of #422992
Black with #422992
Text Example
Text Example
White with #422992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422992; }
p { color: rgb(66,41,146); }
H1.HeaderClassName
{
color: #422992;
}
.AnyTagClassName
{
color: #422992;
}
</style>
background-color css
<style>
a { background-color: #422992; }
a { background-color: rgb(66,41,146); }
div.DivClassName
{
background-color: #422992;
}
.BgClassName
{
background-color: #422992;
}
</style>
border-color css
<style>
span { border-color: #422992; }
span { border-color: rgb(66,41,146); }
td.TdClassName
{
border-color: #422992;
}
.TagClassName
{
border-color: #422992;
}
</style>