Shades of Blue Gem #422E90
Tints of Blue Gem #422E90
RGB
CMYK
RGB Variations
Color information
#422E90 (or 0x422E90) is known color: Blue Gem. HEX triplet: 42, 2E and 90. RGB value is (66,46,144). Sum of RGB (Red+Green+Blue) = 66+46+144=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #422E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422E90 is #BDD16F. Grayscale: #3E3E3E. Windows color (decimal): -12439920 or 9449026. OLE color: 9449026.
HSL color Cylindrical-coordinate representation of color #422E90: hue angle of 252.24º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #422E90 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 46 | 144 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.44 |
| HSL | 252.24º | 0.52% | 0.37% | - |
| HSV(B) | 252.24º | 0.68% | 0.56% | - |
| XYZ | 8.26 | 5.13 | 26.94 | - |
| YUV | 63.15 | 173.63 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 144 | 0.54 | 0.68 | 0 | 0.44 | 252.24 | 0.52 | 0.37 |
| Hex | 42 | 2E | 90 | 36 | 44 | 0 | 2C | FC | 34 | 25 |
| Octal | 102 | 56 | 220 | 66 | 104 | 0 | 54 | 374 | 64 | 45 |
| Binary | 1000010 | 101110 | 10010000 | 110110 | 1000100 | 0 | 101100 | 11111100 | 110100 | 100101 |
Color Harmonies of #422E90
Complementary color
Monochromatic Colors of #422E90
Black with #422E90
Text Example
Text Example
White with #422E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422E90; }
p { color: rgb(66,46,144); }
H1.HeaderClassName
{
color: #422E90;
}
.AnyTagClassName
{
color: #422E90;
}
</style>
background-color css
<style>
a { background-color: #422E90; }
a { background-color: rgb(66,46,144); }
div.DivClassName
{
background-color: #422E90;
}
.BgClassName
{
background-color: #422E90;
}
</style>
border-color css
<style>
span { border-color: #422E90; }
span { border-color: rgb(66,46,144); }
td.TdClassName
{
border-color: #422E90;
}
.TagClassName
{
border-color: #422E90;
}
</style>