Shades of Blue Gem #422DA2
Tints of Blue Gem #422DA2
RGB
CMYK
RGB Variations
Color information
#422DA2 (or 0x422DA2) is known color: Blue Gem. HEX triplet: 42, 2D and A2. RGB value is (66,45,162). Sum of RGB (Red+Green+Blue) = 66+45+162=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #422DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422DA2 is #BDD25D. Grayscale: #404040. Windows color (decimal): -12440158 or 10628418. OLE color: 10628418.
HSL color Cylindrical-coordinate representation of color #422DA2: hue angle of 250.77º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #422DA2 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 45 | 162 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.36 |
| HSL | 250.77º | 0.57% | 0.41% | - |
| HSV(B) | 250.77º | 0.72% | 0.64% | - |
| XYZ | 9.71 | 5.64 | 34.76 | - |
| YUV | 64.62 | 182.96 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 162 | 0.59 | 0.72 | 0 | 0.36 | 250.77 | 0.57 | 0.41 |
| Hex | 42 | 2D | A2 | 3B | 48 | 0 | 24 | FB | 39 | 29 |
| Octal | 102 | 55 | 242 | 73 | 110 | 0 | 44 | 373 | 71 | 51 |
| Binary | 1000010 | 101101 | 10100010 | 111011 | 1001000 | 0 | 100100 | 11111011 | 111001 | 101001 |
Color Harmonies of #422DA2
Complementary color
Monochromatic Colors of #422DA2
Black with #422DA2
Text Example
Text Example
White with #422DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422DA2; }
p { color: rgb(66,45,162); }
H1.HeaderClassName
{
color: #422DA2;
}
.AnyTagClassName
{
color: #422DA2;
}
</style>
background-color css
<style>
a { background-color: #422DA2; }
a { background-color: rgb(66,45,162); }
div.DivClassName
{
background-color: #422DA2;
}
.BgClassName
{
background-color: #422DA2;
}
</style>
border-color css
<style>
span { border-color: #422DA2; }
span { border-color: rgb(66,45,162); }
td.TdClassName
{
border-color: #422DA2;
}
.TagClassName
{
border-color: #422DA2;
}
</style>