Shades of Blue Gem #4127AB
Tints of Blue Gem #4127AB
RGB
CMYK
RGB Variations
Color information
#4127AB (or 0x4127AB) is known color: Blue Gem. HEX triplet: 41, 27 and AB. RGB value is (65,39,171). Sum of RGB (Red+Green+Blue) = 65+39+171=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #4127AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4127AB is #BED854. Grayscale: #3D3D3D. Windows color (decimal): -12507221 or 11216705. OLE color: 11216705.
HSL color Cylindrical-coordinate representation of color #4127AB: hue angle of 251.82º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4127AB is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 39 | 171 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.33 |
| HSL | 251.82º | 0.63% | 0.41% | - |
| HSV(B) | 251.82º | 0.77% | 0.67% | - |
| XYZ | 10.26 | 5.52 | 39.05 | - |
| YUV | 61.82 | 189.61 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 171 | 0.62 | 0.77 | 0 | 0.33 | 251.82 | 0.63 | 0.41 |
| Hex | 41 | 27 | AB | 3E | 4D | 0 | 21 | FC | 3F | 29 |
| Octal | 101 | 47 | 253 | 76 | 115 | 0 | 41 | 374 | 77 | 51 |
| Binary | 1000001 | 100111 | 10101011 | 111110 | 1001101 | 0 | 100001 | 11111100 | 111111 | 101001 |
Color Harmonies of #4127AB
Complementary color
Monochromatic Colors of #4127AB
Black with #4127AB
Text Example
Text Example
White with #4127AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4127AB; }
p { color: rgb(65,39,171); }
H1.HeaderClassName
{
color: #4127AB;
}
.AnyTagClassName
{
color: #4127AB;
}
</style>
background-color css
<style>
a { background-color: #4127AB; }
a { background-color: rgb(65,39,171); }
div.DivClassName
{
background-color: #4127AB;
}
.BgClassName
{
background-color: #4127AB;
}
</style>
border-color css
<style>
span { border-color: #4127AB; }
span { border-color: rgb(65,39,171); }
td.TdClassName
{
border-color: #4127AB;
}
.TagClassName
{
border-color: #4127AB;
}
</style>