Shades of Blue Gem #441EA1
Tints of Blue Gem #441EA1
RGB
CMYK
RGB Variations
Color information
#441EA1 (or 0x441EA1) is known color: Blue Gem. HEX triplet: 44, 1E and A1. RGB value is (68,30,161). Sum of RGB (Red+Green+Blue) = 68+30+161=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 161 (63.28% from 255 or 62.16% from 259); Max value from RGB is 161 - color contains mainly: blue. Hex color #441EA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441EA1 is #BBE15E. Grayscale: #373737. Windows color (decimal): -12312927 or 10559044. OLE color: 10559044.
HSL color Cylindrical-coordinate representation of color #441EA1: hue angle of 257.4º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #441EA1 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 30 | 161 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.37 |
| HSL | 257.4º | 0.69% | 0.37% | - |
| HSV(B) | 257.4º | 0.81% | 0.63% | - |
| XYZ | 9.28 | 4.73 | 34.14 | - |
| YUV | 56.3 | 187.09 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 161 | 0.58 | 0.81 | 0 | 0.37 | 257.4 | 0.69 | 0.37 |
| Hex | 44 | 1E | A1 | 3A | 51 | 0 | 25 | 101 | 45 | 25 |
| Octal | 104 | 36 | 241 | 72 | 121 | 0 | 45 | 401 | 105 | 45 |
| Binary | 1000100 | 11110 | 10100001 | 111010 | 1010001 | 0 | 100101 | 100000001 | 1000101 | 100101 |
Color Harmonies of #441EA1
Complementary color
Monochromatic Colors of #441EA1
Black with #441EA1
Text Example
Text Example
White with #441EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441EA1; }
p { color: rgb(68,30,161); }
H1.HeaderClassName
{
color: #441EA1;
}
.AnyTagClassName
{
color: #441EA1;
}
</style>
background-color css
<style>
a { background-color: #441EA1; }
a { background-color: rgb(68,30,161); }
div.DivClassName
{
background-color: #441EA1;
}
.BgClassName
{
background-color: #441EA1;
}
</style>
border-color css
<style>
span { border-color: #441EA1; }
span { border-color: rgb(68,30,161); }
td.TdClassName
{
border-color: #441EA1;
}
.TagClassName
{
border-color: #441EA1;
}
</style>