Shades of Christalle #442C5E
Tints of Christalle #442C5E
RGB
CMYK
RGB Variations
Color information
#442C5E (or 0x442C5E) is known color: Christalle. HEX triplet: 44, 2C and 5E. RGB value is (68,44,94). Sum of RGB (Red+Green+Blue) = 68+44+94=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 94 - color contains mainly: blue. Hex color #442C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442C5E is #BBD3A1. Grayscale: #383838. Windows color (decimal): -12309410 or 6171716. OLE color: 6171716.
HSL color Cylindrical-coordinate representation of color #442C5E: hue angle of 268.8º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #442C5E is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 44 | 94 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.63 |
| HSL | 268.8º | 0.36% | 0.27% | - |
| HSV(B) | 268.8º | 0.53% | 0.37% | - |
| XYZ | 5.3 | 3.84 | 11.05 | - |
| YUV | 56.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 94 | 0.28 | 0.53 | 0 | 0.63 | 268.8 | 0.36 | 0.27 |
| Hex | 44 | 2C | 5E | 1C | 35 | 0 | 3F | 10D | 24 | 1B |
| Octal | 104 | 54 | 136 | 34 | 65 | 0 | 77 | 415 | 44 | 33 |
| Binary | 1000100 | 101100 | 1011110 | 11100 | 110101 | 0 | 111111 | 100001101 | 100100 | 11011 |
Color Harmonies of #442C5E
Complementary color
Monochromatic Colors of #442C5E
Black with #442C5E
Text Example
Text Example
White with #442C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442C5E; }
p { color: rgb(68,44,94); }
H1.HeaderClassName
{
color: #442C5E;
}
.AnyTagClassName
{
color: #442C5E;
}
</style>
background-color css
<style>
a { background-color: #442C5E; }
a { background-color: rgb(68,44,94); }
div.DivClassName
{
background-color: #442C5E;
}
.BgClassName
{
background-color: #442C5E;
}
</style>
border-color css
<style>
span { border-color: #442C5E; }
span { border-color: rgb(68,44,94); }
td.TdClassName
{
border-color: #442C5E;
}
.TagClassName
{
border-color: #442C5E;
}
</style>