Shades of Christalle #290B60
Tints of Christalle #290B60
RGB
CMYK
RGB Variations
Color information
#290B60 (or 0x290B60) is known color: Christalle. HEX triplet: 29, 0B and 60. RGB value is (41,11,96). Sum of RGB (Red+Green+Blue) = 41+11+96=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 96 (37.89% from 255 or 64.86% from 148); Max value from RGB is 96 - color contains mainly: blue. Hex color #290B60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290B60 is #D6F49F. Grayscale: #1D1D1D. Windows color (decimal): -14087328 or 6294313. OLE color: 6294313.
HSL color Cylindrical-coordinate representation of color #290B60: hue angle of 261.18º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #290B60 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 11 | 96 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.62 |
| HSL | 261.18º | 0.79% | 0.21% | - |
| HSV(B) | 261.18º | 0.89% | 0.38% | - |
| XYZ | 3.15 | 1.56 | 11.2 | - |
| YUV | 29.66 | 165.44 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 96 | 0.57 | 0.89 | 0 | 0.62 | 261.18 | 0.79 | 0.21 |
| Hex | 29 | B | 60 | 39 | 59 | 0 | 3E | 105 | 4F | 15 |
| Octal | 51 | 13 | 140 | 71 | 131 | 0 | 76 | 405 | 117 | 25 |
| Binary | 101001 | 1011 | 1100000 | 111001 | 1011001 | 0 | 111110 | 100000101 | 1001111 | 10101 |
Color Harmonies of #290B60
Complementary color
Monochromatic Colors of #290B60
Black with #290B60
Text Example
Text Example
White with #290B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290B60; }
p { color: rgb(41,11,96); }
H1.HeaderClassName
{
color: #290B60;
}
.AnyTagClassName
{
color: #290B60;
}
</style>
background-color css
<style>
a { background-color: #290B60; }
a { background-color: rgb(41,11,96); }
div.DivClassName
{
background-color: #290B60;
}
.BgClassName
{
background-color: #290B60;
}
</style>
border-color css
<style>
span { border-color: #290B60; }
span { border-color: rgb(41,11,96); }
td.TdClassName
{
border-color: #290B60;
}
.TagClassName
{
border-color: #290B60;
}
</style>