Shades of Blue Gem #422894
Tints of Blue Gem #422894
RGB
CMYK
RGB Variations
Color information
#422894 (or 0x422894) is known color: Blue Gem. HEX triplet: 42, 28 and 94. RGB value is (66,40,148). Sum of RGB (Red+Green+Blue) = 66+40+148=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #422894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422894 is #BDD76B. Grayscale: #3B3B3B. Windows color (decimal): -12441452 or 9709634. OLE color: 9709634.
HSL color Cylindrical-coordinate representation of color #422894: hue angle of 254.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #422894 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 40 | 148 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.42 |
| HSL | 254.44º | 0.57% | 0.37% | - |
| HSV(B) | 254.44º | 0.73% | 0.58% | - |
| XYZ | 8.35 | 4.81 | 28.51 | - |
| YUV | 60.09 | 177.61 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 148 | 0.55 | 0.73 | 0 | 0.42 | 254.44 | 0.57 | 0.37 |
| Hex | 42 | 28 | 94 | 37 | 49 | 0 | 2A | FE | 39 | 25 |
| Octal | 102 | 50 | 224 | 67 | 111 | 0 | 52 | 376 | 71 | 45 |
| Binary | 1000010 | 101000 | 10010100 | 110111 | 1001001 | 0 | 101010 | 11111110 | 111001 | 100101 |
Color Harmonies of #422894
Complementary color
Monochromatic Colors of #422894
Black with #422894
Text Example
Text Example
White with #422894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422894; }
p { color: rgb(66,40,148); }
H1.HeaderClassName
{
color: #422894;
}
.AnyTagClassName
{
color: #422894;
}
</style>
background-color css
<style>
a { background-color: #422894; }
a { background-color: rgb(66,40,148); }
div.DivClassName
{
background-color: #422894;
}
.BgClassName
{
background-color: #422894;
}
</style>
border-color css
<style>
span { border-color: #422894; }
span { border-color: rgb(66,40,148); }
td.TdClassName
{
border-color: #422894;
}
.TagClassName
{
border-color: #422894;
}
</style>