Shades of Blue Gem #422AAD
Tints of Blue Gem #422AAD
RGB
CMYK
RGB Variations
Color information
#422AAD (or 0x422AAD) is known color: Blue Gem. HEX triplet: 42, 2A and AD. RGB value is (66,42,173). Sum of RGB (Red+Green+Blue) = 66+42+173=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #422AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422AAD is #BDD552. Grayscale: #3F3F3F. Windows color (decimal): -12440915 or 11348546. OLE color: 11348546.
HSL color Cylindrical-coordinate representation of color #422AAD: hue angle of 250.99º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422AAD is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 42 | 173 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.32 |
| HSL | 250.99º | 0.61% | 0.42% | - |
| HSV(B) | 250.99º | 0.76% | 0.68% | - |
| XYZ | 10.62 | 5.83 | 40.1 | - |
| YUV | 64.11 | 189.45 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 173 | 0.62 | 0.76 | 0 | 0.32 | 250.99 | 0.61 | 0.42 |
| Hex | 42 | 2A | AD | 3E | 4C | 0 | 20 | FB | 3D | 2A |
| Octal | 102 | 52 | 255 | 76 | 114 | 0 | 40 | 373 | 75 | 52 |
| Binary | 1000010 | 101010 | 10101101 | 111110 | 1001100 | 0 | 100000 | 11111011 | 111101 | 101010 |
Color Harmonies of #422AAD
Complementary color
Monochromatic Colors of #422AAD
Black with #422AAD
Text Example
Text Example
White with #422AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422AAD; }
p { color: rgb(66,42,173); }
H1.HeaderClassName
{
color: #422AAD;
}
.AnyTagClassName
{
color: #422AAD;
}
</style>
background-color css
<style>
a { background-color: #422AAD; }
a { background-color: rgb(66,42,173); }
div.DivClassName
{
background-color: #422AAD;
}
.BgClassName
{
background-color: #422AAD;
}
</style>
border-color css
<style>
span { border-color: #422AAD; }
span { border-color: rgb(66,42,173); }
td.TdClassName
{
border-color: #422AAD;
}
.TagClassName
{
border-color: #422AAD;
}
</style>