Shades of Christalle #441F66
Tints of Christalle #441F66
RGB
CMYK
RGB Variations
Color information
#441F66 (or 0x441F66) is known color: Christalle. HEX triplet: 44, 1F and 66. RGB value is (68,31,102). Sum of RGB (Red+Green+Blue) = 68+31+102=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #441F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441F66 is #BBE099. Grayscale: #313131. Windows color (decimal): -12312730 or 6692676. OLE color: 6692676.
HSL color Cylindrical-coordinate representation of color #441F66: hue angle of 271.27º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #441F66 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 68 | 31 | 102 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.6 |
| HSL | 271.27º | 0.53% | 0.26% | - |
| HSV(B) | 271.27º | 0.7% | 0.4% | - |
| XYZ | 5.27 | 3.17 | 12.9 | - |
| YUV | 50.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 102 | 0.33 | 0.70 | 0 | 0.6 | 271.27 | 0.53 | 0.26 |
| Hex | 44 | 1F | 66 | 21 | 46 | 0 | 3C | 10F | 35 | 1A |
| Octal | 104 | 37 | 146 | 41 | 106 | 0 | 74 | 417 | 65 | 32 |
| Binary | 1000100 | 11111 | 1100110 | 100001 | 1000110 | 0 | 111100 | 100001111 | 110101 | 11010 |
Color Harmonies of #441F66
Complementary color
Monochromatic Colors of #441F66
Black with #441F66
Text Example
Text Example
White with #441F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441F66; }
p { color: rgb(68,31,102); }
H1.HeaderClassName
{
color: #441F66;
}
.AnyTagClassName
{
color: #441F66;
}
</style>
background-color css
<style>
a { background-color: #441F66; }
a { background-color: rgb(68,31,102); }
div.DivClassName
{
background-color: #441F66;
}
.BgClassName
{
background-color: #441F66;
}
</style>
border-color css
<style>
span { border-color: #441F66; }
span { border-color: rgb(68,31,102); }
td.TdClassName
{
border-color: #441F66;
}
.TagClassName
{
border-color: #441F66;
}
</style>