Shades of Christalle #442A5F
Tints of Christalle #442A5F
RGB
CMYK
RGB Variations
Color information
#442A5F (or 0x442A5F) is known color: Christalle. HEX triplet: 44, 2A and 5F. RGB value is (68,42,95). Sum of RGB (Red+Green+Blue) = 68+42+95=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #442A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442A5F is #BBD5A0. Grayscale: #373737. Windows color (decimal): -12309921 or 6236740. OLE color: 6236740.
HSL color Cylindrical-coordinate representation of color #442A5F: hue angle of 269.43º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #442A5F is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 42 | 95 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.63 |
| HSL | 269.43º | 0.39% | 0.27% | - |
| HSV(B) | 269.43º | 0.56% | 0.37% | - |
| XYZ | 5.28 | 3.71 | 11.26 | - |
| YUV | 55.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 95 | 0.28 | 0.56 | 0 | 0.63 | 269.43 | 0.39 | 0.27 |
| Hex | 44 | 2A | 5F | 1C | 38 | 0 | 3F | 10D | 27 | 1B |
| Octal | 104 | 52 | 137 | 34 | 70 | 0 | 77 | 415 | 47 | 33 |
| Binary | 1000100 | 101010 | 1011111 | 11100 | 111000 | 0 | 111111 | 100001101 | 100111 | 11011 |
Color Harmonies of #442A5F
Complementary color
Monochromatic Colors of #442A5F
Black with #442A5F
Text Example
Text Example
White with #442A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A5F; }
p { color: rgb(68,42,95); }
H1.HeaderClassName
{
color: #442A5F;
}
.AnyTagClassName
{
color: #442A5F;
}
</style>
background-color css
<style>
a { background-color: #442A5F; }
a { background-color: rgb(68,42,95); }
div.DivClassName
{
background-color: #442A5F;
}
.BgClassName
{
background-color: #442A5F;
}
</style>
border-color css
<style>
span { border-color: #442A5F; }
span { border-color: rgb(68,42,95); }
td.TdClassName
{
border-color: #442A5F;
}
.TagClassName
{
border-color: #442A5F;
}
</style>