Shades of Christalle #29105B
Tints of Christalle #29105B
RGB
CMYK
RGB Variations
Color information
#29105B (or 0x29105B) is known color: Christalle. HEX triplet: 29, 10 and 5B. RGB value is (41,16,91). Sum of RGB (Red+Green+Blue) = 41+16+91=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #29105B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29105B is #D6EFA4. Grayscale: #1F1F1F. Windows color (decimal): -14086053 or 5967913. OLE color: 5967913.
HSL color Cylindrical-coordinate representation of color #29105B: hue angle of 260º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29105B is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 16 | 91 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.64 |
| HSL | 260º | 0.7% | 0.21% | - |
| HSV(B) | 260º | 0.82% | 0.36% | - |
| XYZ | 2.99 | 1.6 | 10.05 | - |
| YUV | 32.03 | 161.28 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 16 | 91 | 0.55 | 0.82 | 0 | 0.64 | 260 | 0.7 | 0.21 |
| Hex | 29 | 10 | 5B | 37 | 52 | 0 | 40 | 104 | 46 | 15 |
| Octal | 51 | 20 | 133 | 67 | 122 | 0 | 100 | 404 | 106 | 25 |
| Binary | 101001 | 10000 | 1011011 | 110111 | 1010010 | 0 | 1000000 | 100000100 | 1000110 | 10101 |
Color Harmonies of #29105B
Complementary color
Monochromatic Colors of #29105B
Black with #29105B
Text Example
Text Example
White with #29105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29105B; }
p { color: rgb(41,16,91); }
H1.HeaderClassName
{
color: #29105B;
}
.AnyTagClassName
{
color: #29105B;
}
</style>
background-color css
<style>
a { background-color: #29105B; }
a { background-color: rgb(41,16,91); }
div.DivClassName
{
background-color: #29105B;
}
.BgClassName
{
background-color: #29105B;
}
</style>
border-color css
<style>
span { border-color: #29105B; }
span { border-color: rgb(41,16,91); }
td.TdClassName
{
border-color: #29105B;
}
.TagClassName
{
border-color: #29105B;
}
</style>