Shades of Christalle #44136A
Tints of Christalle #44136A
RGB
CMYK
RGB Variations
Color information
#44136A (or 0x44136A) is known color: Christalle. HEX triplet: 44, 13 and 6A. RGB value is (68,19,106). Sum of RGB (Red+Green+Blue) = 68+19+106=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 106 (41.80% from 255 or 54.92% from 193); Max value from RGB is 106 - color contains mainly: blue. Hex color #44136A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44136A is #BBEC95. Grayscale: #2B2B2B. Windows color (decimal): -12315798 or 6951748. OLE color: 6951748.
HSL color Cylindrical-coordinate representation of color #44136A: hue angle of 273.79º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44136A is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 19 | 106 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.58 |
| HSL | 273.79º | 0.7% | 0.25% | - |
| HSV(B) | 273.79º | 0.82% | 0.42% | - |
| XYZ | 5.22 | 2.74 | 13.89 | - |
| YUV | 43.57 | 163.23 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 106 | 0.36 | 0.82 | 0 | 0.58 | 273.79 | 0.7 | 0.25 |
| Hex | 44 | 13 | 6A | 24 | 52 | 0 | 3A | 112 | 46 | 19 |
| Octal | 104 | 23 | 152 | 44 | 122 | 0 | 72 | 422 | 106 | 31 |
| Binary | 1000100 | 10011 | 1101010 | 100100 | 1010010 | 0 | 111010 | 100010010 | 1000110 | 11001 |
Color Harmonies of #44136A
Complementary color
Monochromatic Colors of #44136A
Black with #44136A
Text Example
Text Example
White with #44136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44136A; }
p { color: rgb(68,19,106); }
H1.HeaderClassName
{
color: #44136A;
}
.AnyTagClassName
{
color: #44136A;
}
</style>
background-color css
<style>
a { background-color: #44136A; }
a { background-color: rgb(68,19,106); }
div.DivClassName
{
background-color: #44136A;
}
.BgClassName
{
background-color: #44136A;
}
</style>
border-color css
<style>
span { border-color: #44136A; }
span { border-color: rgb(68,19,106); }
td.TdClassName
{
border-color: #44136A;
}
.TagClassName
{
border-color: #44136A;
}
</style>