Shades of Christalle #44156D
Tints of Christalle #44156D
RGB
CMYK
RGB Variations
Color information
#44156D (or 0x44156D) is known color: Christalle. HEX triplet: 44, 15 and 6D. RGB value is (68,21,109). Sum of RGB (Red+Green+Blue) = 68+21+109=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #44156D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44156D is #BBEA92. Grayscale: #2C2C2C. Windows color (decimal): -12315283 or 7148868. OLE color: 7148868.
HSL color Cylindrical-coordinate representation of color #44156D: hue angle of 272.05º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #44156D is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 21 | 109 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.57 |
| HSL | 272.05º | 0.68% | 0.25% | - |
| HSV(B) | 272.05º | 0.81% | 0.43% | - |
| XYZ | 5.41 | 2.87 | 14.74 | - |
| YUV | 45.09 | 164.07 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 21 | 109 | 0.38 | 0.81 | 0 | 0.57 | 272.05 | 0.68 | 0.25 |
| Hex | 44 | 15 | 6D | 26 | 51 | 0 | 39 | 110 | 44 | 19 |
| Octal | 104 | 25 | 155 | 46 | 121 | 0 | 71 | 420 | 104 | 31 |
| Binary | 1000100 | 10101 | 1101101 | 100110 | 1010001 | 0 | 111001 | 100010000 | 1000100 | 11001 |
Color Harmonies of #44156D
Complementary color
Monochromatic Colors of #44156D
Black with #44156D
Text Example
Text Example
White with #44156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44156D; }
p { color: rgb(68,21,109); }
H1.HeaderClassName
{
color: #44156D;
}
.AnyTagClassName
{
color: #44156D;
}
</style>
background-color css
<style>
a { background-color: #44156D; }
a { background-color: rgb(68,21,109); }
div.DivClassName
{
background-color: #44156D;
}
.BgClassName
{
background-color: #44156D;
}
</style>
border-color css
<style>
span { border-color: #44156D; }
span { border-color: rgb(68,21,109); }
td.TdClassName
{
border-color: #44156D;
}
.TagClassName
{
border-color: #44156D;
}
</style>