Shades of Blue Gem #422D89
Tints of Blue Gem #422D89
RGB
CMYK
RGB Variations
Color information
#422D89 (or 0x422D89) is known color: Blue Gem. HEX triplet: 42, 2D and 89. RGB value is (66,45,137). Sum of RGB (Red+Green+Blue) = 66+45+137=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #422D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422D89 is #BDD276. Grayscale: #3D3D3D. Windows color (decimal): -12440183 or 8990018. OLE color: 8990018.
HSL color Cylindrical-coordinate representation of color #422D89: hue angle of 253.7º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #422D89 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 45 | 137 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.46 |
| HSL | 253.7º | 0.51% | 0.36% | - |
| HSV(B) | 253.7º | 0.67% | 0.54% | - |
| XYZ | 7.7 | 4.84 | 24.2 | - |
| YUV | 61.77 | 170.46 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 137 | 0.52 | 0.67 | 0 | 0.46 | 253.7 | 0.51 | 0.36 |
| Hex | 42 | 2D | 89 | 34 | 43 | 0 | 2E | FE | 33 | 24 |
| Octal | 102 | 55 | 211 | 64 | 103 | 0 | 56 | 376 | 63 | 44 |
| Binary | 1000010 | 101101 | 10001001 | 110100 | 1000011 | 0 | 101110 | 11111110 | 110011 | 100100 |
Color Harmonies of #422D89
Complementary color
Monochromatic Colors of #422D89
Black with #422D89
Text Example
Text Example
White with #422D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422D89; }
p { color: rgb(66,45,137); }
H1.HeaderClassName
{
color: #422D89;
}
.AnyTagClassName
{
color: #422D89;
}
</style>
background-color css
<style>
a { background-color: #422D89; }
a { background-color: rgb(66,45,137); }
div.DivClassName
{
background-color: #422D89;
}
.BgClassName
{
background-color: #422D89;
}
</style>
border-color css
<style>
span { border-color: #422D89; }
span { border-color: rgb(66,45,137); }
td.TdClassName
{
border-color: #422D89;
}
.TagClassName
{
border-color: #422D89;
}
</style>