Shades of Christalle #290D60
Tints of Christalle #290D60
RGB
CMYK
RGB Variations
Color information
#290D60 (or 0x290D60) is known color: Christalle. HEX triplet: 29, 0D and 60. RGB value is (41,13,96). Sum of RGB (Red+Green+Blue) = 41+13+96=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 96 (37.89% from 255 or 64% from 150); Max value from RGB is 96 - color contains mainly: blue. Hex color #290D60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290D60 is #D6F29F. Grayscale: #1E1E1E. Windows color (decimal): -14086816 or 6294825. OLE color: 6294825.
HSL color Cylindrical-coordinate representation of color #290D60: hue angle of 260.24º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #290D60 is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 13 | 96 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.62 |
| HSL | 260.24º | 0.76% | 0.21% | - |
| HSV(B) | 260.24º | 0.86% | 0.38% | - |
| XYZ | 3.17 | 1.6 | 11.21 | - |
| YUV | 30.83 | 164.78 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 96 | 0.57 | 0.86 | 0 | 0.62 | 260.24 | 0.76 | 0.21 |
| Hex | 29 | D | 60 | 39 | 56 | 0 | 3E | 104 | 4C | 15 |
| Octal | 51 | 15 | 140 | 71 | 126 | 0 | 76 | 404 | 114 | 25 |
| Binary | 101001 | 1101 | 1100000 | 111001 | 1010110 | 0 | 111110 | 100000100 | 1001100 | 10101 |
Color Harmonies of #290D60
Complementary color
Monochromatic Colors of #290D60
Black with #290D60
Text Example
Text Example
White with #290D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290D60; }
p { color: rgb(41,13,96); }
H1.HeaderClassName
{
color: #290D60;
}
.AnyTagClassName
{
color: #290D60;
}
</style>
background-color css
<style>
a { background-color: #290D60; }
a { background-color: rgb(41,13,96); }
div.DivClassName
{
background-color: #290D60;
}
.BgClassName
{
background-color: #290D60;
}
</style>
border-color css
<style>
span { border-color: #290D60; }
span { border-color: rgb(41,13,96); }
td.TdClassName
{
border-color: #290D60;
}
.TagClassName
{
border-color: #290D60;
}
</style>