Shades of Blue Gem #422DAD
Tints of Blue Gem #422DAD
RGB
CMYK
RGB Variations
Color information
#422DAD (or 0x422DAD) is known color: Blue Gem. HEX triplet: 42, 2D and AD. RGB value is (66,45,173). Sum of RGB (Red+Green+Blue) = 66+45+173=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #422DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422DAD is #BDD252. Grayscale: #414141. Windows color (decimal): -12440147 or 11349314. OLE color: 11349314.
HSL color Cylindrical-coordinate representation of color #422DAD: hue angle of 249.84º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #422DAD is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 45 | 173 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.32 |
| HSL | 249.84º | 0.59% | 0.43% | - |
| HSV(B) | 249.84º | 0.74% | 0.68% | - |
| XYZ | 10.73 | 6.05 | 40.14 | - |
| YUV | 65.87 | 188.46 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 173 | 0.62 | 0.74 | 0 | 0.32 | 249.84 | 0.59 | 0.43 |
| Hex | 42 | 2D | AD | 3E | 4A | 0 | 20 | FA | 3B | 2B |
| Octal | 102 | 55 | 255 | 76 | 112 | 0 | 40 | 372 | 73 | 53 |
| Binary | 1000010 | 101101 | 10101101 | 111110 | 1001010 | 0 | 100000 | 11111010 | 111011 | 101011 |
Color Harmonies of #422DAD
Complementary color
Monochromatic Colors of #422DAD
Black with #422DAD
Text Example
Text Example
White with #422DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422DAD; }
p { color: rgb(66,45,173); }
H1.HeaderClassName
{
color: #422DAD;
}
.AnyTagClassName
{
color: #422DAD;
}
</style>
background-color css
<style>
a { background-color: #422DAD; }
a { background-color: rgb(66,45,173); }
div.DivClassName
{
background-color: #422DAD;
}
.BgClassName
{
background-color: #422DAD;
}
</style>
border-color css
<style>
span { border-color: #422DAD; }
span { border-color: rgb(66,45,173); }
td.TdClassName
{
border-color: #422DAD;
}
.TagClassName
{
border-color: #422DAD;
}
</style>