Shades of Christalle #442C60
Tints of Christalle #442C60
RGB
CMYK
RGB Variations
Color information
#442C60 (or 0x442C60) is known color: Christalle. HEX triplet: 44, 2C and 60. RGB value is (68,44,96). Sum of RGB (Red+Green+Blue) = 68+44+96=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #442C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442C60 is #BBD39F. Grayscale: #383838. Windows color (decimal): -12309408 or 6302788. OLE color: 6302788.
HSL color Cylindrical-coordinate representation of color #442C60: hue angle of 267.69º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #442C60 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 44 | 96 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.62 |
| HSL | 267.69º | 0.37% | 0.27% | - |
| HSV(B) | 267.69º | 0.54% | 0.38% | - |
| XYZ | 5.4 | 3.87 | 11.53 | - |
| YUV | 57.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 96 | 0.29 | 0.54 | 0 | 0.62 | 267.69 | 0.37 | 0.27 |
| Hex | 44 | 2C | 60 | 1D | 36 | 0 | 3E | 10C | 25 | 1B |
| Octal | 104 | 54 | 140 | 35 | 66 | 0 | 76 | 414 | 45 | 33 |
| Binary | 1000100 | 101100 | 1100000 | 11101 | 110110 | 0 | 111110 | 100001100 | 100101 | 11011 |
Color Harmonies of #442C60
Complementary color
Monochromatic Colors of #442C60
Black with #442C60
Text Example
Text Example
White with #442C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442C60; }
p { color: rgb(68,44,96); }
H1.HeaderClassName
{
color: #442C60;
}
.AnyTagClassName
{
color: #442C60;
}
</style>
background-color css
<style>
a { background-color: #442C60; }
a { background-color: rgb(68,44,96); }
div.DivClassName
{
background-color: #442C60;
}
.BgClassName
{
background-color: #442C60;
}
</style>
border-color css
<style>
span { border-color: #442C60; }
span { border-color: rgb(68,44,96); }
td.TdClassName
{
border-color: #442C60;
}
.TagClassName
{
border-color: #442C60;
}
</style>