Shades of Blue Gem #4031A1
Tints of Blue Gem #4031A1
RGB
CMYK
RGB Variations
Color information
#4031A1 (or 0x4031A1) is known color: Blue Gem. HEX triplet: 40, 31 and A1. RGB value is (64,49,161). Sum of RGB (Red+Green+Blue) = 64+49+161=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 161 (63.28% from 255 or 58.76% from 274); Max value from RGB is 161 - color contains mainly: blue. Hex color #4031A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4031A1 is #BFCE5E. Grayscale: #414141. Windows color (decimal): -12570207 or 10563904. OLE color: 10563904.
HSL color Cylindrical-coordinate representation of color #4031A1: hue angle of 248.04º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4031A1 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 49 | 161 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.37 |
| HSL | 248.04º | 0.53% | 0.41% | - |
| HSV(B) | 248.04º | 0.7% | 0.63% | - |
| XYZ | 9.65 | 5.86 | 34.34 | - |
| YUV | 66.25 | 181.47 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 161 | 0.60 | 0.70 | 0 | 0.37 | 248.04 | 0.53 | 0.41 |
| Hex | 40 | 31 | A1 | 3C | 46 | 0 | 25 | F8 | 35 | 29 |
| Octal | 100 | 61 | 241 | 74 | 106 | 0 | 45 | 370 | 65 | 51 |
| Binary | 1000000 | 110001 | 10100001 | 111100 | 1000110 | 0 | 100101 | 11111000 | 110101 | 101001 |
Color Harmonies of #4031A1
Complementary color
Monochromatic Colors of #4031A1
Black with #4031A1
Text Example
Text Example
White with #4031A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4031A1; }
p { color: rgb(64,49,161); }
H1.HeaderClassName
{
color: #4031A1;
}
.AnyTagClassName
{
color: #4031A1;
}
</style>
background-color css
<style>
a { background-color: #4031A1; }
a { background-color: rgb(64,49,161); }
div.DivClassName
{
background-color: #4031A1;
}
.BgClassName
{
background-color: #4031A1;
}
</style>
border-color css
<style>
span { border-color: #4031A1; }
span { border-color: rgb(64,49,161); }
td.TdClassName
{
border-color: #4031A1;
}
.TagClassName
{
border-color: #4031A1;
}
</style>