Shades of Christalle #44136D
Tints of Christalle #44136D
RGB
CMYK
RGB Variations
Color information
#44136D (or 0x44136D) is known color: Christalle. HEX triplet: 44, 13 and 6D. RGB value is (68,19,109). Sum of RGB (Red+Green+Blue) = 68+19+109=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #44136D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44136D is #BBEC92. Grayscale: #2B2B2B. Windows color (decimal): -12315795 or 7148356. OLE color: 7148356.
HSL color Cylindrical-coordinate representation of color #44136D: hue angle of 272.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #44136D is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 19 | 109 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.57 |
| HSL | 272.67º | 0.7% | 0.25% | - |
| HSV(B) | 272.67º | 0.83% | 0.43% | - |
| XYZ | 5.38 | 2.8 | 14.72 | - |
| YUV | 43.91 | 164.73 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 109 | 0.38 | 0.83 | 0 | 0.57 | 272.67 | 0.7 | 0.25 |
| Hex | 44 | 13 | 6D | 26 | 53 | 0 | 39 | 111 | 46 | 19 |
| Octal | 104 | 23 | 155 | 46 | 123 | 0 | 71 | 421 | 106 | 31 |
| Binary | 1000100 | 10011 | 1101101 | 100110 | 1010011 | 0 | 111001 | 100010001 | 1000110 | 11001 |
Color Harmonies of #44136D
Complementary color
Monochromatic Colors of #44136D
Black with #44136D
Text Example
Text Example
White with #44136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44136D; }
p { color: rgb(68,19,109); }
H1.HeaderClassName
{
color: #44136D;
}
.AnyTagClassName
{
color: #44136D;
}
</style>
background-color css
<style>
a { background-color: #44136D; }
a { background-color: rgb(68,19,109); }
div.DivClassName
{
background-color: #44136D;
}
.BgClassName
{
background-color: #44136D;
}
</style>
border-color css
<style>
span { border-color: #44136D; }
span { border-color: rgb(68,19,109); }
td.TdClassName
{
border-color: #44136D;
}
.TagClassName
{
border-color: #44136D;
}
</style>