Shades of Blue Gem #422FAD
Tints of Blue Gem #422FAD
RGB
CMYK
RGB Variations
Color information
#422FAD (or 0x422FAD) is known color: Blue Gem. HEX triplet: 42, 2F and AD. RGB value is (66,47,173). Sum of RGB (Red+Green+Blue) = 66+47+173=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #422FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422FAD is #BDD052. Grayscale: #424242. Windows color (decimal): -12439635 or 11349826. OLE color: 11349826.
HSL color Cylindrical-coordinate representation of color #422FAD: hue angle of 249.05º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #422FAD is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 47 | 173 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.32 |
| HSL | 249.05º | 0.57% | 0.43% | - |
| HSV(B) | 249.05º | 0.73% | 0.68% | - |
| XYZ | 10.81 | 6.21 | 40.16 | - |
| YUV | 67.05 | 187.79 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 173 | 0.62 | 0.73 | 0 | 0.32 | 249.05 | 0.57 | 0.43 |
| Hex | 42 | 2F | AD | 3E | 49 | 0 | 20 | F9 | 39 | 2B |
| Octal | 102 | 57 | 255 | 76 | 111 | 0 | 40 | 371 | 71 | 53 |
| Binary | 1000010 | 101111 | 10101101 | 111110 | 1001001 | 0 | 100000 | 11111001 | 111001 | 101011 |
Color Harmonies of #422FAD
Complementary color
Monochromatic Colors of #422FAD
Black with #422FAD
Text Example
Text Example
White with #422FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422FAD; }
p { color: rgb(66,47,173); }
H1.HeaderClassName
{
color: #422FAD;
}
.AnyTagClassName
{
color: #422FAD;
}
</style>
background-color css
<style>
a { background-color: #422FAD; }
a { background-color: rgb(66,47,173); }
div.DivClassName
{
background-color: #422FAD;
}
.BgClassName
{
background-color: #422FAD;
}
</style>
border-color css
<style>
span { border-color: #422FAD; }
span { border-color: rgb(66,47,173); }
td.TdClassName
{
border-color: #422FAD;
}
.TagClassName
{
border-color: #422FAD;
}
</style>