Shades of Blue Gem #442797
Tints of Blue Gem #442797
RGB
CMYK
RGB Variations
Color information
#442797 (or 0x442797) is known color: Blue Gem. HEX triplet: 44, 27 and 97. RGB value is (68,39,151). Sum of RGB (Red+Green+Blue) = 68+39+151=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #442797 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442797 is #BBD868. Grayscale: #3C3C3C. Windows color (decimal): -12310633 or 9905988. OLE color: 9905988.
HSL color Cylindrical-coordinate representation of color #442797: hue angle of 255.54º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #442797 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 39 | 151 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.41 |
| HSL | 255.54º | 0.59% | 0.37% | - |
| HSV(B) | 255.54º | 0.74% | 0.59% | - |
| XYZ | 8.7 | 4.91 | 29.77 | - |
| YUV | 60.44 | 179.11 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 39 | 151 | 0.55 | 0.74 | 0 | 0.41 | 255.54 | 0.59 | 0.37 |
| Hex | 44 | 27 | 97 | 37 | 4A | 0 | 29 | 100 | 3B | 25 |
| Octal | 104 | 47 | 227 | 67 | 112 | 0 | 51 | 400 | 73 | 45 |
| Binary | 1000100 | 100111 | 10010111 | 110111 | 1001010 | 0 | 101001 | 100000000 | 111011 | 100101 |
Color Harmonies of #442797
Complementary color
Monochromatic Colors of #442797
Black with #442797
Text Example
Text Example
White with #442797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442797; }
p { color: rgb(68,39,151); }
H1.HeaderClassName
{
color: #442797;
}
.AnyTagClassName
{
color: #442797;
}
</style>
background-color css
<style>
a { background-color: #442797; }
a { background-color: rgb(68,39,151); }
div.DivClassName
{
background-color: #442797;
}
.BgClassName
{
background-color: #442797;
}
</style>
border-color css
<style>
span { border-color: #442797; }
span { border-color: rgb(68,39,151); }
td.TdClassName
{
border-color: #442797;
}
.TagClassName
{
border-color: #442797;
}
</style>