Shades of Blue Gem #4137A1
Tints of Blue Gem #4137A1
RGB
CMYK
RGB Variations
Color information
#4137A1 (or 0x4137A1) is known color: Blue Gem. HEX triplet: 41, 37 and A1. RGB value is (65,55,161). Sum of RGB (Red+Green+Blue) = 65+55+161=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 161 (63.28% from 255 or 57.30% from 281); Max value from RGB is 161 - color contains mainly: blue. Hex color #4137A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4137A1 is #BEC85E. Grayscale: #454545. Windows color (decimal): -12503135 or 10565441. OLE color: 10565441.
HSL color Cylindrical-coordinate representation of color #4137A1: hue angle of 245.66º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4137A1 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 55 | 161 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.37 |
| HSL | 245.66º | 0.49% | 0.42% | - |
| HSV(B) | 245.66º | 0.66% | 0.63% | - |
| XYZ | 9.98 | 6.43 | 34.43 | - |
| YUV | 70.07 | 179.31 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 161 | 0.60 | 0.66 | 0 | 0.37 | 245.66 | 0.49 | 0.42 |
| Hex | 41 | 37 | A1 | 3C | 42 | 0 | 25 | F6 | 31 | 2A |
| Octal | 101 | 67 | 241 | 74 | 102 | 0 | 45 | 366 | 61 | 52 |
| Binary | 1000001 | 110111 | 10100001 | 111100 | 1000010 | 0 | 100101 | 11110110 | 110001 | 101010 |
Color Harmonies of #4137A1
Complementary color
Monochromatic Colors of #4137A1
Black with #4137A1
Text Example
Text Example
White with #4137A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4137A1; }
p { color: rgb(65,55,161); }
H1.HeaderClassName
{
color: #4137A1;
}
.AnyTagClassName
{
color: #4137A1;
}
</style>
background-color css
<style>
a { background-color: #4137A1; }
a { background-color: rgb(65,55,161); }
div.DivClassName
{
background-color: #4137A1;
}
.BgClassName
{
background-color: #4137A1;
}
</style>
border-color css
<style>
span { border-color: #4137A1; }
span { border-color: rgb(65,55,161); }
td.TdClassName
{
border-color: #4137A1;
}
.TagClassName
{
border-color: #4137A1;
}
</style>