Shades of Christalle #44136F
Tints of Christalle #44136F
RGB
CMYK
RGB Variations
Color information
#44136F (or 0x44136F) is known color: Christalle. HEX triplet: 44, 13 and 6F. RGB value is (68,19,111). Sum of RGB (Red+Green+Blue) = 68+19+111=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #44136F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44136F is #BBEC90. Grayscale: #2B2B2B. Windows color (decimal): -12315793 or 7279428. OLE color: 7279428.
HSL color Cylindrical-coordinate representation of color #44136F: hue angle of 271.96º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #44136F is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 19 | 111 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.56 |
| HSL | 271.96º | 0.71% | 0.25% | - |
| HSV(B) | 271.96º | 0.83% | 0.44% | - |
| XYZ | 5.49 | 2.84 | 15.3 | - |
| YUV | 44.14 | 165.73 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 111 | 0.39 | 0.83 | 0 | 0.56 | 271.96 | 0.71 | 0.25 |
| Hex | 44 | 13 | 6F | 27 | 53 | 0 | 38 | 110 | 47 | 19 |
| Octal | 104 | 23 | 157 | 47 | 123 | 0 | 70 | 420 | 107 | 31 |
| Binary | 1000100 | 10011 | 1101111 | 100111 | 1010011 | 0 | 111000 | 100010000 | 1000111 | 11001 |
Color Harmonies of #44136F
Complementary color
Monochromatic Colors of #44136F
Black with #44136F
Text Example
Text Example
White with #44136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44136F; }
p { color: rgb(68,19,111); }
H1.HeaderClassName
{
color: #44136F;
}
.AnyTagClassName
{
color: #44136F;
}
</style>
background-color css
<style>
a { background-color: #44136F; }
a { background-color: rgb(68,19,111); }
div.DivClassName
{
background-color: #44136F;
}
.BgClassName
{
background-color: #44136F;
}
</style>
border-color css
<style>
span { border-color: #44136F; }
span { border-color: rgb(68,19,111); }
td.TdClassName
{
border-color: #44136F;
}
.TagClassName
{
border-color: #44136F;
}
</style>