Shades of Blue Gem #442993
Tints of Blue Gem #442993
RGB
CMYK
RGB Variations
Color information
#442993 (or 0x442993) is known color: Blue Gem. HEX triplet: 44, 29 and 93. RGB value is (68,41,147). Sum of RGB (Red+Green+Blue) = 68+41+147=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #442993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442993 is #BBD66C. Grayscale: #3C3C3C. Windows color (decimal): -12310125 or 9644356. OLE color: 9644356.
HSL color Cylindrical-coordinate representation of color #442993: hue angle of 255.28º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442993 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 41 | 147 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.42 |
| HSL | 255.28º | 0.56% | 0.37% | - |
| HSV(B) | 255.28º | 0.72% | 0.58% | - |
| XYZ | 8.44 | 4.92 | 28.11 | - |
| YUV | 61.16 | 176.45 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 41 | 147 | 0.54 | 0.72 | 0 | 0.42 | 255.28 | 0.56 | 0.37 |
| Hex | 44 | 29 | 93 | 36 | 48 | 0 | 2A | FF | 38 | 25 |
| Octal | 104 | 51 | 223 | 66 | 110 | 0 | 52 | 377 | 70 | 45 |
| Binary | 1000100 | 101001 | 10010011 | 110110 | 1001000 | 0 | 101010 | 11111111 | 111000 | 100101 |
Color Harmonies of #442993
Complementary color
Monochromatic Colors of #442993
Black with #442993
Text Example
Text Example
White with #442993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442993; }
p { color: rgb(68,41,147); }
H1.HeaderClassName
{
color: #442993;
}
.AnyTagClassName
{
color: #442993;
}
</style>
background-color css
<style>
a { background-color: #442993; }
a { background-color: rgb(68,41,147); }
div.DivClassName
{
background-color: #442993;
}
.BgClassName
{
background-color: #442993;
}
</style>
border-color css
<style>
span { border-color: #442993; }
span { border-color: rgb(68,41,147); }
td.TdClassName
{
border-color: #442993;
}
.TagClassName
{
border-color: #442993;
}
</style>