Shades of Blue Gem #442791
Tints of Blue Gem #442791
RGB
CMYK
RGB Variations
Color information
#442791 (or 0x442791) is known color: Blue Gem. HEX triplet: 44, 27 and 91. RGB value is (68,39,145). Sum of RGB (Red+Green+Blue) = 68+39+145=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #442791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442791 is #BBD86E. Grayscale: #3B3B3B. Windows color (decimal): -12310639 or 9512772. OLE color: 9512772.
HSL color Cylindrical-coordinate representation of color #442791: hue angle of 256.42º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #442791 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 39 | 145 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.43 |
| HSL | 256.42º | 0.58% | 0.36% | - |
| HSV(B) | 256.42º | 0.73% | 0.57% | - |
| XYZ | 8.22 | 4.72 | 27.27 | - |
| YUV | 59.76 | 176.11 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 39 | 145 | 0.53 | 0.73 | 0 | 0.43 | 256.42 | 0.58 | 0.36 |
| Hex | 44 | 27 | 91 | 35 | 49 | 0 | 2B | 100 | 3A | 24 |
| Octal | 104 | 47 | 221 | 65 | 111 | 0 | 53 | 400 | 72 | 44 |
| Binary | 1000100 | 100111 | 10010001 | 110101 | 1001001 | 0 | 101011 | 100000000 | 111010 | 100100 |
Color Harmonies of #442791
Complementary color
Monochromatic Colors of #442791
Black with #442791
Text Example
Text Example
White with #442791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442791; }
p { color: rgb(68,39,145); }
H1.HeaderClassName
{
color: #442791;
}
.AnyTagClassName
{
color: #442791;
}
</style>
background-color css
<style>
a { background-color: #442791; }
a { background-color: rgb(68,39,145); }
div.DivClassName
{
background-color: #442791;
}
.BgClassName
{
background-color: #442791;
}
</style>
border-color css
<style>
span { border-color: #442791; }
span { border-color: rgb(68,39,145); }
td.TdClassName
{
border-color: #442791;
}
.TagClassName
{
border-color: #442791;
}
</style>