Shades of Christalle #44295F
Tints of Christalle #44295F
RGB
CMYK
RGB Variations
Color information
#44295F (or 0x44295F) is known color: Christalle. HEX triplet: 44, 29 and 5F. RGB value is (68,41,95). Sum of RGB (Red+Green+Blue) = 68+41+95=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #44295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44295F is #BBD6A0. Grayscale: #373737. Windows color (decimal): -12310177 or 6236484. OLE color: 6236484.
HSL color Cylindrical-coordinate representation of color #44295F: hue angle of 270º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44295F is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 41 | 95 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.63 |
| HSL | 270º | 0.4% | 0.27% | - |
| HSV(B) | 270º | 0.57% | 0.37% | - |
| XYZ | 5.24 | 3.64 | 11.25 | - |
| YUV | 55.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 41 | 95 | 0.28 | 0.57 | 0 | 0.63 | 270 | 0.4 | 0.27 |
| Hex | 44 | 29 | 5F | 1C | 39 | 0 | 3F | 10E | 28 | 1B |
| Octal | 104 | 51 | 137 | 34 | 71 | 0 | 77 | 416 | 50 | 33 |
| Binary | 1000100 | 101001 | 1011111 | 11100 | 111001 | 0 | 111111 | 100001110 | 101000 | 11011 |
Color Harmonies of #44295F
Complementary color
Monochromatic Colors of #44295F
Black with #44295F
Text Example
Text Example
White with #44295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44295F; }
p { color: rgb(68,41,95); }
H1.HeaderClassName
{
color: #44295F;
}
.AnyTagClassName
{
color: #44295F;
}
</style>
background-color css
<style>
a { background-color: #44295F; }
a { background-color: rgb(68,41,95); }
div.DivClassName
{
background-color: #44295F;
}
.BgClassName
{
background-color: #44295F;
}
</style>
border-color css
<style>
span { border-color: #44295F; }
span { border-color: rgb(68,41,95); }
td.TdClassName
{
border-color: #44295F;
}
.TagClassName
{
border-color: #44295F;
}
</style>