Shades of Christalle #29105D
Tints of Christalle #29105D
RGB
CMYK
RGB Variations
Color information
#29105D (or 0x29105D) is known color: Christalle. HEX triplet: 29, 10 and 5D. RGB value is (41,16,93). Sum of RGB (Red+Green+Blue) = 41+16+93=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #29105D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29105D is #D6EFA2. Grayscale: #1F1F1F. Windows color (decimal): -14086051 or 6098985. OLE color: 6098985.
HSL color Cylindrical-coordinate representation of color #29105D: hue angle of 259.48º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29105D is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 16 | 93 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.64 |
| HSL | 259.48º | 0.71% | 0.21% | - |
| HSV(B) | 259.48º | 0.83% | 0.36% | - |
| XYZ | 3.08 | 1.63 | 10.51 | - |
| YUV | 32.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 16 | 93 | 0.56 | 0.83 | 0 | 0.64 | 259.48 | 0.71 | 0.21 |
| Hex | 29 | 10 | 5D | 38 | 53 | 0 | 40 | 103 | 47 | 15 |
| Octal | 51 | 20 | 135 | 70 | 123 | 0 | 100 | 403 | 107 | 25 |
| Binary | 101001 | 10000 | 1011101 | 111000 | 1010011 | 0 | 1000000 | 100000011 | 1000111 | 10101 |
Color Harmonies of #29105D
Complementary color
Monochromatic Colors of #29105D
Black with #29105D
Text Example
Text Example
White with #29105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29105D; }
p { color: rgb(41,16,93); }
H1.HeaderClassName
{
color: #29105D;
}
.AnyTagClassName
{
color: #29105D;
}
</style>
background-color css
<style>
a { background-color: #29105D; }
a { background-color: rgb(41,16,93); }
div.DivClassName
{
background-color: #29105D;
}
.BgClassName
{
background-color: #29105D;
}
</style>
border-color css
<style>
span { border-color: #29105D; }
span { border-color: rgb(41,16,93); }
td.TdClassName
{
border-color: #29105D;
}
.TagClassName
{
border-color: #29105D;
}
</style>