Shades of Blue Gem #422892
Tints of Blue Gem #422892
RGB
CMYK
RGB Variations
Color information
#422892 (or 0x422892) is known color: Blue Gem. HEX triplet: 42, 28 and 92. RGB value is (66,40,146). Sum of RGB (Red+Green+Blue) = 66+40+146=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #422892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422892 is #BDD76D. Grayscale: #3B3B3B. Windows color (decimal): -12441454 or 9578562. OLE color: 9578562.
HSL color Cylindrical-coordinate representation of color #422892: hue angle of 254.72º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #422892 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 40 | 146 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.43 |
| HSL | 254.72º | 0.57% | 0.36% | - |
| HSV(B) | 254.72º | 0.73% | 0.57% | - |
| XYZ | 8.19 | 4.75 | 27.68 | - |
| YUV | 59.86 | 176.61 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 146 | 0.55 | 0.73 | 0 | 0.43 | 254.72 | 0.57 | 0.36 |
| Hex | 42 | 28 | 92 | 37 | 49 | 0 | 2B | FF | 39 | 24 |
| Octal | 102 | 50 | 222 | 67 | 111 | 0 | 53 | 377 | 71 | 44 |
| Binary | 1000010 | 101000 | 10010010 | 110111 | 1001001 | 0 | 101011 | 11111111 | 111001 | 100100 |
Color Harmonies of #422892
Complementary color
Monochromatic Colors of #422892
Black with #422892
Text Example
Text Example
White with #422892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422892; }
p { color: rgb(66,40,146); }
H1.HeaderClassName
{
color: #422892;
}
.AnyTagClassName
{
color: #422892;
}
</style>
background-color css
<style>
a { background-color: #422892; }
a { background-color: rgb(66,40,146); }
div.DivClassName
{
background-color: #422892;
}
.BgClassName
{
background-color: #422892;
}
</style>
border-color css
<style>
span { border-color: #422892; }
span { border-color: rgb(66,40,146); }
td.TdClassName
{
border-color: #422892;
}
.TagClassName
{
border-color: #422892;
}
</style>