Shades of Christalle #44116C
Tints of Christalle #44116C
RGB
CMYK
RGB Variations
Color information
#44116C (or 0x44116C) is known color: Christalle. HEX triplet: 44, 11 and 6C. RGB value is (68,17,108). Sum of RGB (Red+Green+Blue) = 68+17+108=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #44116C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44116C is #BBEE93. Grayscale: #2A2A2A. Windows color (decimal): -12316308 or 7082308. OLE color: 7082308.
HSL color Cylindrical-coordinate representation of color #44116C: hue angle of 273.63º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44116C is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 17 | 108 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.58 |
| HSL | 273.63º | 0.73% | 0.25% | - |
| HSV(B) | 273.63º | 0.84% | 0.42% | - |
| XYZ | 5.29 | 2.71 | 14.43 | - |
| YUV | 42.62 | 164.9 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 108 | 0.37 | 0.84 | 0 | 0.58 | 273.63 | 0.73 | 0.25 |
| Hex | 44 | 11 | 6C | 25 | 54 | 0 | 3A | 112 | 49 | 19 |
| Octal | 104 | 21 | 154 | 45 | 124 | 0 | 72 | 422 | 111 | 31 |
| Binary | 1000100 | 10001 | 1101100 | 100101 | 1010100 | 0 | 111010 | 100010010 | 1001001 | 11001 |
Color Harmonies of #44116C
Complementary color
Monochromatic Colors of #44116C
Black with #44116C
Text Example
Text Example
White with #44116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44116C; }
p { color: rgb(68,17,108); }
H1.HeaderClassName
{
color: #44116C;
}
.AnyTagClassName
{
color: #44116C;
}
</style>
background-color css
<style>
a { background-color: #44116C; }
a { background-color: rgb(68,17,108); }
div.DivClassName
{
background-color: #44116C;
}
.BgClassName
{
background-color: #44116C;
}
</style>
border-color css
<style>
span { border-color: #44116C; }
span { border-color: rgb(68,17,108); }
td.TdClassName
{
border-color: #44116C;
}
.TagClassName
{
border-color: #44116C;
}
</style>