Shades of Blue Gem #442991
Tints of Blue Gem #442991
RGB
CMYK
RGB Variations
Color information
#442991 (or 0x442991) is known color: Blue Gem. HEX triplet: 44, 29 and 91. RGB value is (68,41,145). Sum of RGB (Red+Green+Blue) = 68+41+145=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #442991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442991 is #BBD66E. Grayscale: #3C3C3C. Windows color (decimal): -12310127 or 9513284. OLE color: 9513284.
HSL color Cylindrical-coordinate representation of color #442991: hue angle of 255.58º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442991 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 41 | 145 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.43 |
| HSL | 255.58º | 0.56% | 0.36% | - |
| HSV(B) | 255.58º | 0.72% | 0.57% | - |
| XYZ | 8.29 | 4.86 | 27.29 | - |
| YUV | 60.93 | 175.45 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 41 | 145 | 0.53 | 0.72 | 0 | 0.43 | 255.58 | 0.56 | 0.36 |
| Hex | 44 | 29 | 91 | 35 | 48 | 0 | 2B | 100 | 38 | 24 |
| Octal | 104 | 51 | 221 | 65 | 110 | 0 | 53 | 400 | 70 | 44 |
| Binary | 1000100 | 101001 | 10010001 | 110101 | 1001000 | 0 | 101011 | 100000000 | 111000 | 100100 |
Color Harmonies of #442991
Complementary color
Monochromatic Colors of #442991
Black with #442991
Text Example
Text Example
White with #442991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442991; }
p { color: rgb(68,41,145); }
H1.HeaderClassName
{
color: #442991;
}
.AnyTagClassName
{
color: #442991;
}
</style>
background-color css
<style>
a { background-color: #442991; }
a { background-color: rgb(68,41,145); }
div.DivClassName
{
background-color: #442991;
}
.BgClassName
{
background-color: #442991;
}
</style>
border-color css
<style>
span { border-color: #442991; }
span { border-color: rgb(68,41,145); }
td.TdClassName
{
border-color: #442991;
}
.TagClassName
{
border-color: #442991;
}
</style>