Shades of Christalle #29165C
Tints of Christalle #29165C
RGB
CMYK
RGB Variations
Color information
#29165C (or 0x29165C) is known color: Christalle. HEX triplet: 29, 16 and 5C. RGB value is (41,22,92). Sum of RGB (Red+Green+Blue) = 41+22+92=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #29165C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29165C is #D6E9A3. Grayscale: #232323. Windows color (decimal): -14084516 or 6034985. OLE color: 6034985.
HSL color Cylindrical-coordinate representation of color #29165C: hue angle of 256.29º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29165C is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 22 | 92 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.64 |
| HSL | 256.29º | 0.61% | 0.22% | - |
| HSV(B) | 256.29º | 0.76% | 0.36% | - |
| XYZ | 3.13 | 1.82 | 10.31 | - |
| YUV | 35.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 22 | 92 | 0.55 | 0.76 | 0 | 0.64 | 256.29 | 0.61 | 0.22 |
| Hex | 29 | 16 | 5C | 37 | 4C | 0 | 40 | 100 | 3D | 16 |
| Octal | 51 | 26 | 134 | 67 | 114 | 0 | 100 | 400 | 75 | 26 |
| Binary | 101001 | 10110 | 1011100 | 110111 | 1001100 | 0 | 1000000 | 100000000 | 111101 | 10110 |
Color Harmonies of #29165C
Complementary color
Monochromatic Colors of #29165C
Black with #29165C
Text Example
Text Example
White with #29165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29165C; }
p { color: rgb(41,22,92); }
H1.HeaderClassName
{
color: #29165C;
}
.AnyTagClassName
{
color: #29165C;
}
</style>
background-color css
<style>
a { background-color: #29165C; }
a { background-color: rgb(41,22,92); }
div.DivClassName
{
background-color: #29165C;
}
.BgClassName
{
background-color: #29165C;
}
</style>
border-color css
<style>
span { border-color: #29165C; }
span { border-color: rgb(41,22,92); }
td.TdClassName
{
border-color: #29165C;
}
.TagClassName
{
border-color: #29165C;
}
</style>