Shades of Blue Gem #422DAA
Tints of Blue Gem #422DAA
RGB
CMYK
RGB Variations
Color information
#422DAA (or 0x422DAA) is known color: Blue Gem. HEX triplet: 42, 2D and AA. RGB value is (66,45,170). Sum of RGB (Red+Green+Blue) = 66+45+170=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #422DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422DAA is #BDD255. Grayscale: #414141. Windows color (decimal): -12440150 or 11152706. OLE color: 11152706.
HSL color Cylindrical-coordinate representation of color #422DAA: hue angle of 250.08º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #422DAA is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 45 | 170 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.33 |
| HSL | 250.08º | 0.58% | 0.42% | - |
| HSV(B) | 250.08º | 0.74% | 0.67% | - |
| XYZ | 10.44 | 5.94 | 38.63 | - |
| YUV | 65.53 | 186.96 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 170 | 0.61 | 0.74 | 0 | 0.33 | 250.08 | 0.58 | 0.42 |
| Hex | 42 | 2D | AA | 3D | 4A | 0 | 21 | FA | 3A | 2A |
| Octal | 102 | 55 | 252 | 75 | 112 | 0 | 41 | 372 | 72 | 52 |
| Binary | 1000010 | 101101 | 10101010 | 111101 | 1001010 | 0 | 100001 | 11111010 | 111010 | 101010 |
Color Harmonies of #422DAA
Complementary color
Monochromatic Colors of #422DAA
Black with #422DAA
Text Example
Text Example
White with #422DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422DAA; }
p { color: rgb(66,45,170); }
H1.HeaderClassName
{
color: #422DAA;
}
.AnyTagClassName
{
color: #422DAA;
}
</style>
background-color css
<style>
a { background-color: #422DAA; }
a { background-color: rgb(66,45,170); }
div.DivClassName
{
background-color: #422DAA;
}
.BgClassName
{
background-color: #422DAA;
}
</style>
border-color css
<style>
span { border-color: #422DAA; }
span { border-color: rgb(66,45,170); }
td.TdClassName
{
border-color: #422DAA;
}
.TagClassName
{
border-color: #422DAA;
}
</style>