Shades of Blue Gem #422AAF
Tints of Blue Gem #422AAF
RGB
CMYK
RGB Variations
Color information
#422AAF (or 0x422AAF) is known color: Blue Gem. HEX triplet: 42, 2A and AF. RGB value is (66,42,175). Sum of RGB (Red+Green+Blue) = 66+42+175=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #422AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422AAF is #BDD550. Grayscale: #3F3F3F. Windows color (decimal): -12440913 or 11479618. OLE color: 11479618.
HSL color Cylindrical-coordinate representation of color #422AAF: hue angle of 250.83º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422AAF is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 42 | 175 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.31 |
| HSL | 250.83º | 0.61% | 0.43% | - |
| HSV(B) | 250.83º | 0.76% | 0.69% | - |
| XYZ | 10.81 | 5.91 | 41.13 | - |
| YUV | 64.34 | 190.45 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 175 | 0.62 | 0.76 | 0 | 0.31 | 250.83 | 0.61 | 0.43 |
| Hex | 42 | 2A | AF | 3E | 4C | 0 | 1F | FB | 3D | 2B |
| Octal | 102 | 52 | 257 | 76 | 114 | 0 | 37 | 373 | 75 | 53 |
| Binary | 1000010 | 101010 | 10101111 | 111110 | 1001100 | 0 | 11111 | 11111011 | 111101 | 101011 |
Color Harmonies of #422AAF
Complementary color
Monochromatic Colors of #422AAF
Black with #422AAF
Text Example
Text Example
White with #422AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422AAF; }
p { color: rgb(66,42,175); }
H1.HeaderClassName
{
color: #422AAF;
}
.AnyTagClassName
{
color: #422AAF;
}
</style>
background-color css
<style>
a { background-color: #422AAF; }
a { background-color: rgb(66,42,175); }
div.DivClassName
{
background-color: #422AAF;
}
.BgClassName
{
background-color: #422AAF;
}
</style>
border-color css
<style>
span { border-color: #422AAF; }
span { border-color: rgb(66,42,175); }
td.TdClassName
{
border-color: #422AAF;
}
.TagClassName
{
border-color: #422AAF;
}
</style>