Shades of Blue Gem #4125AB
Tints of Blue Gem #4125AB
RGB
CMYK
RGB Variations
Color information
#4125AB (or 0x4125AB) is known color: Blue Gem. HEX triplet: 41, 25 and AB. RGB value is (65,37,171). Sum of RGB (Red+Green+Blue) = 65+37+171=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #4125AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4125AB is #BEDA54. Grayscale: #3C3C3C. Windows color (decimal): -12507733 or 11216193. OLE color: 11216193.
HSL color Cylindrical-coordinate representation of color #4125AB: hue angle of 252.54º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4125AB is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 37 | 171 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.33 |
| HSL | 252.54º | 0.64% | 0.41% | - |
| HSV(B) | 252.54º | 0.78% | 0.67% | - |
| XYZ | 10.19 | 5.39 | 39.03 | - |
| YUV | 60.65 | 190.28 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 37 | 171 | 0.62 | 0.78 | 0 | 0.33 | 252.54 | 0.64 | 0.41 |
| Hex | 41 | 25 | AB | 3E | 4E | 0 | 21 | FD | 40 | 29 |
| Octal | 101 | 45 | 253 | 76 | 116 | 0 | 41 | 375 | 100 | 51 |
| Binary | 1000001 | 100101 | 10101011 | 111110 | 1001110 | 0 | 100001 | 11111101 | 1000000 | 101001 |
Color Harmonies of #4125AB
Complementary color
Monochromatic Colors of #4125AB
Black with #4125AB
Text Example
Text Example
White with #4125AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4125AB; }
p { color: rgb(65,37,171); }
H1.HeaderClassName
{
color: #4125AB;
}
.AnyTagClassName
{
color: #4125AB;
}
</style>
background-color css
<style>
a { background-color: #4125AB; }
a { background-color: rgb(65,37,171); }
div.DivClassName
{
background-color: #4125AB;
}
.BgClassName
{
background-color: #4125AB;
}
</style>
border-color css
<style>
span { border-color: #4125AB; }
span { border-color: rgb(65,37,171); }
td.TdClassName
{
border-color: #4125AB;
}
.TagClassName
{
border-color: #4125AB;
}
</style>