Shades of Christalle #441F63
Tints of Christalle #441F63
RGB
CMYK
RGB Variations
Color information
#441F63 (or 0x441F63) is known color: Christalle. HEX triplet: 44, 1F and 63. RGB value is (68,31,99). Sum of RGB (Red+Green+Blue) = 68+31+99=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #441F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441F63 is #BBE09C. Grayscale: #313131. Windows color (decimal): -12312733 or 6496068. OLE color: 6496068.
HSL color Cylindrical-coordinate representation of color #441F63: hue angle of 272.65º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #441F63 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 31 | 99 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.61 |
| HSL | 272.65º | 0.52% | 0.25% | - |
| HSV(B) | 272.65º | 0.69% | 0.39% | - |
| XYZ | 5.13 | 3.11 | 12.13 | - |
| YUV | 49.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 99 | 0.31 | 0.69 | 0 | 0.61 | 272.65 | 0.52 | 0.25 |
| Hex | 44 | 1F | 63 | 1F | 45 | 0 | 3D | 111 | 34 | 19 |
| Octal | 104 | 37 | 143 | 37 | 105 | 0 | 75 | 421 | 64 | 31 |
| Binary | 1000100 | 11111 | 1100011 | 11111 | 1000101 | 0 | 111101 | 100010001 | 110100 | 11001 |
Color Harmonies of #441F63
Complementary color
Monochromatic Colors of #441F63
Black with #441F63
Text Example
Text Example
White with #441F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441F63; }
p { color: rgb(68,31,99); }
H1.HeaderClassName
{
color: #441F63;
}
.AnyTagClassName
{
color: #441F63;
}
</style>
background-color css
<style>
a { background-color: #441F63; }
a { background-color: rgb(68,31,99); }
div.DivClassName
{
background-color: #441F63;
}
.BgClassName
{
background-color: #441F63;
}
</style>
border-color css
<style>
span { border-color: #441F63; }
span { border-color: rgb(68,31,99); }
td.TdClassName
{
border-color: #441F63;
}
.TagClassName
{
border-color: #441F63;
}
</style>