Shades of Blue Gem #422FA3
Tints of Blue Gem #422FA3
RGB
CMYK
RGB Variations
Color information
#422FA3 (or 0x422FA3) is known color: Blue Gem. HEX triplet: 42, 2F and A3. RGB value is (66,47,163). Sum of RGB (Red+Green+Blue) = 66+47+163=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 163 (64.06% from 255 or 59.06% from 276); Max value from RGB is 163 - color contains mainly: blue. Hex color #422FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422FA3 is #BDD05C. Grayscale: #414141. Windows color (decimal): -12439645 or 10694466. OLE color: 10694466.
HSL color Cylindrical-coordinate representation of color #422FA3: hue angle of 249.83º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #422FA3 is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 47 | 163 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.36 |
| HSL | 249.83º | 0.55% | 0.41% | - |
| HSV(B) | 249.83º | 0.71% | 0.64% | - |
| XYZ | 9.87 | 5.84 | 35.26 | - |
| YUV | 65.91 | 182.79 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 163 | 0.60 | 0.71 | 0 | 0.36 | 249.83 | 0.55 | 0.41 |
| Hex | 42 | 2F | A3 | 3C | 47 | 0 | 24 | FA | 37 | 29 |
| Octal | 102 | 57 | 243 | 74 | 107 | 0 | 44 | 372 | 67 | 51 |
| Binary | 1000010 | 101111 | 10100011 | 111100 | 1000111 | 0 | 100100 | 11111010 | 110111 | 101001 |
Color Harmonies of #422FA3
Complementary color
Monochromatic Colors of #422FA3
Black with #422FA3
Text Example
Text Example
White with #422FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422FA3; }
p { color: rgb(66,47,163); }
H1.HeaderClassName
{
color: #422FA3;
}
.AnyTagClassName
{
color: #422FA3;
}
</style>
background-color css
<style>
a { background-color: #422FA3; }
a { background-color: rgb(66,47,163); }
div.DivClassName
{
background-color: #422FA3;
}
.BgClassName
{
background-color: #422FA3;
}
</style>
border-color css
<style>
span { border-color: #422FA3; }
span { border-color: rgb(66,47,163); }
td.TdClassName
{
border-color: #422FA3;
}
.TagClassName
{
border-color: #422FA3;
}
</style>