Shades of Blue Gem #4122AD
Tints of Blue Gem #4122AD
RGB
CMYK
RGB Variations
Color information
#4122AD (or 0x4122AD) is known color: Blue Gem. HEX triplet: 41, 22 and AD. RGB value is (65,34,173). Sum of RGB (Red+Green+Blue) = 65+34+173=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #4122AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4122AD is #BEDD52. Grayscale: #3A3A3A. Windows color (decimal): -12508499 or 11346497. OLE color: 11346497.
HSL color Cylindrical-coordinate representation of color #4122AD: hue angle of 253.38º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4122AD is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 34 | 173 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.32 |
| HSL | 253.38º | 0.67% | 0.41% | - |
| HSV(B) | 253.38º | 0.8% | 0.68% | - |
| XYZ | 10.29 | 5.29 | 40.01 | - |
| YUV | 59.12 | 192.27 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 173 | 0.62 | 0.80 | 0 | 0.32 | 253.38 | 0.67 | 0.41 |
| Hex | 41 | 22 | AD | 3E | 50 | 0 | 20 | FD | 43 | 29 |
| Octal | 101 | 42 | 255 | 76 | 120 | 0 | 40 | 375 | 103 | 51 |
| Binary | 1000001 | 100010 | 10101101 | 111110 | 1010000 | 0 | 100000 | 11111101 | 1000011 | 101001 |
Color Harmonies of #4122AD
Complementary color
Monochromatic Colors of #4122AD
Black with #4122AD
Text Example
Text Example
White with #4122AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4122AD; }
p { color: rgb(65,34,173); }
H1.HeaderClassName
{
color: #4122AD;
}
.AnyTagClassName
{
color: #4122AD;
}
</style>
background-color css
<style>
a { background-color: #4122AD; }
a { background-color: rgb(65,34,173); }
div.DivClassName
{
background-color: #4122AD;
}
.BgClassName
{
background-color: #4122AD;
}
</style>
border-color css
<style>
span { border-color: #4122AD; }
span { border-color: rgb(65,34,173); }
td.TdClassName
{
border-color: #4122AD;
}
.TagClassName
{
border-color: #4122AD;
}
</style>