Shades of Blue Gem #422AAB
Tints of Blue Gem #422AAB
RGB
CMYK
RGB Variations
Color information
#422AAB (or 0x422AAB) is known color: Blue Gem. HEX triplet: 42, 2A and AB. RGB value is (66,42,171). Sum of RGB (Red+Green+Blue) = 66+42+171=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #422AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422AAB is #BDD554. Grayscale: #3F3F3F. Windows color (decimal): -12440917 or 11217474. OLE color: 11217474.
HSL color Cylindrical-coordinate representation of color #422AAB: hue angle of 251.16º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #422AAB is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 42 | 171 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.33 |
| HSL | 251.16º | 0.61% | 0.42% | - |
| HSV(B) | 251.16º | 0.75% | 0.67% | - |
| XYZ | 10.43 | 5.75 | 39.09 | - |
| YUV | 63.88 | 188.45 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 171 | 0.61 | 0.75 | 0 | 0.33 | 251.16 | 0.61 | 0.42 |
| Hex | 42 | 2A | AB | 3D | 4B | 0 | 21 | FB | 3D | 2A |
| Octal | 102 | 52 | 253 | 75 | 113 | 0 | 41 | 373 | 75 | 52 |
| Binary | 1000010 | 101010 | 10101011 | 111101 | 1001011 | 0 | 100001 | 11111011 | 111101 | 101010 |
Color Harmonies of #422AAB
Complementary color
Monochromatic Colors of #422AAB
Black with #422AAB
Text Example
Text Example
White with #422AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422AAB; }
p { color: rgb(66,42,171); }
H1.HeaderClassName
{
color: #422AAB;
}
.AnyTagClassName
{
color: #422AAB;
}
</style>
background-color css
<style>
a { background-color: #422AAB; }
a { background-color: rgb(66,42,171); }
div.DivClassName
{
background-color: #422AAB;
}
.BgClassName
{
background-color: #422AAB;
}
</style>
border-color css
<style>
span { border-color: #422AAB; }
span { border-color: rgb(66,42,171); }
td.TdClassName
{
border-color: #422AAB;
}
.TagClassName
{
border-color: #422AAB;
}
</style>