Shades of Blue Gem #422695
Tints of Blue Gem #422695
RGB
CMYK
RGB Variations
Color information
#422695 (or 0x422695) is known color: Blue Gem. HEX triplet: 42, 26 and 95. RGB value is (66,38,149). Sum of RGB (Red+Green+Blue) = 66+38+149=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #422695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422695 is #BDD96A. Grayscale: #3A3A3A. Windows color (decimal): -12441963 or 9774658. OLE color: 9774658.
HSL color Cylindrical-coordinate representation of color #422695: hue angle of 255.14º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #422695 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 38 | 149 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.42 |
| HSL | 255.14º | 0.59% | 0.37% | - |
| HSV(B) | 255.14º | 0.74% | 0.58% | - |
| XYZ | 8.36 | 4.71 | 28.9 | - |
| YUV | 59.03 | 178.78 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 38 | 149 | 0.56 | 0.74 | 0 | 0.42 | 255.14 | 0.59 | 0.37 |
| Hex | 42 | 26 | 95 | 38 | 4A | 0 | 2A | FF | 3B | 25 |
| Octal | 102 | 46 | 225 | 70 | 112 | 0 | 52 | 377 | 73 | 45 |
| Binary | 1000010 | 100110 | 10010101 | 111000 | 1001010 | 0 | 101010 | 11111111 | 111011 | 100101 |
Color Harmonies of #422695
Complementary color
Monochromatic Colors of #422695
Black with #422695
Text Example
Text Example
White with #422695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422695; }
p { color: rgb(66,38,149); }
H1.HeaderClassName
{
color: #422695;
}
.AnyTagClassName
{
color: #422695;
}
</style>
background-color css
<style>
a { background-color: #422695; }
a { background-color: rgb(66,38,149); }
div.DivClassName
{
background-color: #422695;
}
.BgClassName
{
background-color: #422695;
}
</style>
border-color css
<style>
span { border-color: #422695; }
span { border-color: rgb(66,38,149); }
td.TdClassName
{
border-color: #422695;
}
.TagClassName
{
border-color: #422695;
}
</style>