Shades of Christalle #290E5D
Tints of Christalle #290E5D
RGB
CMYK
RGB Variations
Color information
#290E5D (or 0x290E5D) is known color: Christalle. HEX triplet: 29, 0E and 5D. RGB value is (41,14,93). Sum of RGB (Red+Green+Blue) = 41+14+93=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #290E5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290E5D is #D6F1A2. Grayscale: #1E1E1E. Windows color (decimal): -14086563 or 6098473. OLE color: 6098473.
HSL color Cylindrical-coordinate representation of color #290E5D: hue angle of 260.51º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #290E5D is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 14 | 93 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.64 |
| HSL | 260.51º | 0.74% | 0.21% | - |
| HSV(B) | 260.51º | 0.85% | 0.36% | - |
| XYZ | 3.05 | 1.58 | 10.5 | - |
| YUV | 31.08 | 162.95 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 93 | 0.56 | 0.85 | 0 | 0.64 | 260.51 | 0.74 | 0.21 |
| Hex | 29 | E | 5D | 38 | 55 | 0 | 40 | 105 | 4A | 15 |
| Octal | 51 | 16 | 135 | 70 | 125 | 0 | 100 | 405 | 112 | 25 |
| Binary | 101001 | 1110 | 1011101 | 111000 | 1010101 | 0 | 1000000 | 100000101 | 1001010 | 10101 |
Color Harmonies of #290E5D
Complementary color
Monochromatic Colors of #290E5D
Black with #290E5D
Text Example
Text Example
White with #290E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290E5D; }
p { color: rgb(41,14,93); }
H1.HeaderClassName
{
color: #290E5D;
}
.AnyTagClassName
{
color: #290E5D;
}
</style>
background-color css
<style>
a { background-color: #290E5D; }
a { background-color: rgb(41,14,93); }
div.DivClassName
{
background-color: #290E5D;
}
.BgClassName
{
background-color: #290E5D;
}
</style>
border-color css
<style>
span { border-color: #290E5D; }
span { border-color: rgb(41,14,93); }
td.TdClassName
{
border-color: #290E5D;
}
.TagClassName
{
border-color: #290E5D;
}
</style>