Shades of Blue Gem #442795
Tints of Blue Gem #442795
RGB
CMYK
RGB Variations
Color information
#442795 (or 0x442795) is known color: Blue Gem. HEX triplet: 44, 27 and 95. RGB value is (68,39,149). Sum of RGB (Red+Green+Blue) = 68+39+149=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #442795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442795 is #BBD86A. Grayscale: #3B3B3B. Windows color (decimal): -12310635 or 9774916. OLE color: 9774916.
HSL color Cylindrical-coordinate representation of color #442795: hue angle of 255.82º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #442795 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 39 | 149 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.42 |
| HSL | 255.82º | 0.59% | 0.37% | - |
| HSV(B) | 255.82º | 0.74% | 0.58% | - |
| XYZ | 8.53 | 4.85 | 28.92 | - |
| YUV | 60.21 | 178.11 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 39 | 149 | 0.54 | 0.74 | 0 | 0.42 | 255.82 | 0.59 | 0.37 |
| Hex | 44 | 27 | 95 | 36 | 4A | 0 | 2A | 100 | 3B | 25 |
| Octal | 104 | 47 | 225 | 66 | 112 | 0 | 52 | 400 | 73 | 45 |
| Binary | 1000100 | 100111 | 10010101 | 110110 | 1001010 | 0 | 101010 | 100000000 | 111011 | 100101 |
Color Harmonies of #442795
Complementary color
Monochromatic Colors of #442795
Black with #442795
Text Example
Text Example
White with #442795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442795; }
p { color: rgb(68,39,149); }
H1.HeaderClassName
{
color: #442795;
}
.AnyTagClassName
{
color: #442795;
}
</style>
background-color css
<style>
a { background-color: #442795; }
a { background-color: rgb(68,39,149); }
div.DivClassName
{
background-color: #442795;
}
.BgClassName
{
background-color: #442795;
}
</style>
border-color css
<style>
span { border-color: #442795; }
span { border-color: rgb(68,39,149); }
td.TdClassName
{
border-color: #442795;
}
.TagClassName
{
border-color: #442795;
}
</style>