Shades of Blue Gem #4122AA
Tints of Blue Gem #4122AA
RGB
CMYK
RGB Variations
Color information
#4122AA (or 0x4122AA) is known color: Blue Gem. HEX triplet: 41, 22 and AA. RGB value is (65,34,170). Sum of RGB (Red+Green+Blue) = 65+34+170=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #4122AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4122AA is #BEDD55. Grayscale: #3A3A3A. Windows color (decimal): -12508502 or 11149889. OLE color: 11149889.
HSL color Cylindrical-coordinate representation of color #4122AA: hue angle of 253.68º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4122AA is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 34 | 170 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.33 |
| HSL | 253.68º | 0.67% | 0.4% | - |
| HSV(B) | 253.68º | 0.8% | 0.67% | - |
| XYZ | 10.01 | 5.17 | 38.5 | - |
| YUV | 58.77 | 190.77 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 170 | 0.62 | 0.80 | 0 | 0.33 | 253.68 | 0.67 | 0.4 |
| Hex | 41 | 22 | AA | 3E | 50 | 0 | 21 | FE | 43 | 28 |
| Octal | 101 | 42 | 252 | 76 | 120 | 0 | 41 | 376 | 103 | 50 |
| Binary | 1000001 | 100010 | 10101010 | 111110 | 1010000 | 0 | 100001 | 11111110 | 1000011 | 101000 |
Color Harmonies of #4122AA
Complementary color
Monochromatic Colors of #4122AA
Black with #4122AA
Text Example
Text Example
White with #4122AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4122AA; }
p { color: rgb(65,34,170); }
H1.HeaderClassName
{
color: #4122AA;
}
.AnyTagClassName
{
color: #4122AA;
}
</style>
background-color css
<style>
a { background-color: #4122AA; }
a { background-color: rgb(65,34,170); }
div.DivClassName
{
background-color: #4122AA;
}
.BgClassName
{
background-color: #4122AA;
}
</style>
border-color css
<style>
span { border-color: #4122AA; }
span { border-color: rgb(65,34,170); }
td.TdClassName
{
border-color: #4122AA;
}
.TagClassName
{
border-color: #4122AA;
}
</style>