Shades of Christalle #290B62
Tints of Christalle #290B62
RGB
CMYK
RGB Variations
Color information
#290B62 (or 0x290B62) is known color: Christalle. HEX triplet: 29, 0B and 62. RGB value is (41,11,98). Sum of RGB (Red+Green+Blue) = 41+11+98=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 98 (38.67% from 255 or 65.33% from 150); Max value from RGB is 98 - color contains mainly: blue. Hex color #290B62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290B62 is #D6F49D. Grayscale: #1D1D1D. Windows color (decimal): -14087326 or 6425385. OLE color: 6425385.
HSL color Cylindrical-coordinate representation of color #290B62: hue angle of 260.69º degrees, saturation: 0.8, 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 #290B62 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 11 | 98 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.62 |
| HSL | 260.69º | 0.8% | 0.21% | - |
| HSV(B) | 260.69º | 0.89% | 0.38% | - |
| XYZ | 3.24 | 1.59 | 11.69 | - |
| YUV | 29.89 | 166.44 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 98 | 0.58 | 0.89 | 0 | 0.62 | 260.69 | 0.8 | 0.21 |
| Hex | 29 | B | 62 | 3A | 59 | 0 | 3E | 105 | 50 | 15 |
| Octal | 51 | 13 | 142 | 72 | 131 | 0 | 76 | 405 | 120 | 25 |
| Binary | 101001 | 1011 | 1100010 | 111010 | 1011001 | 0 | 111110 | 100000101 | 1010000 | 10101 |
Color Harmonies of #290B62
Complementary color
Monochromatic Colors of #290B62
Black with #290B62
Text Example
Text Example
White with #290B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290B62; }
p { color: rgb(41,11,98); }
H1.HeaderClassName
{
color: #290B62;
}
.AnyTagClassName
{
color: #290B62;
}
</style>
background-color css
<style>
a { background-color: #290B62; }
a { background-color: rgb(41,11,98); }
div.DivClassName
{
background-color: #290B62;
}
.BgClassName
{
background-color: #290B62;
}
</style>
border-color css
<style>
span { border-color: #290B62; }
span { border-color: rgb(41,11,98); }
td.TdClassName
{
border-color: #290B62;
}
.TagClassName
{
border-color: #290B62;
}
</style>