Shades of Christalle #29165A
Tints of Christalle #29165A
RGB
CMYK
RGB Variations
Color information
#29165A (or 0x29165A) is known color: Christalle. HEX triplet: 29, 16 and 5A. RGB value is (41,22,90). Sum of RGB (Red+Green+Blue) = 41+22+90=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #29165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29165A is #D6E9A5. Grayscale: #232323. Windows color (decimal): -14084518 or 5903913. OLE color: 5903913.
HSL color Cylindrical-coordinate representation of color #29165A: hue angle of 256.76º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29165A is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 22 | 90 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.65 |
| HSL | 256.76º | 0.61% | 0.22% | - |
| HSV(B) | 256.76º | 0.76% | 0.35% | - |
| XYZ | 3.05 | 1.78 | 9.86 | - |
| YUV | 35.43 | 158.79 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 22 | 90 | 0.54 | 0.76 | 0 | 0.65 | 256.76 | 0.61 | 0.22 |
| Hex | 29 | 16 | 5A | 36 | 4C | 0 | 41 | 101 | 3D | 16 |
| Octal | 51 | 26 | 132 | 66 | 114 | 0 | 101 | 401 | 75 | 26 |
| Binary | 101001 | 10110 | 1011010 | 110110 | 1001100 | 0 | 1000001 | 100000001 | 111101 | 10110 |
Color Harmonies of #29165A
Complementary color
Monochromatic Colors of #29165A
Black with #29165A
Text Example
Text Example
White with #29165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29165A; }
p { color: rgb(41,22,90); }
H1.HeaderClassName
{
color: #29165A;
}
.AnyTagClassName
{
color: #29165A;
}
</style>
background-color css
<style>
a { background-color: #29165A; }
a { background-color: rgb(41,22,90); }
div.DivClassName
{
background-color: #29165A;
}
.BgClassName
{
background-color: #29165A;
}
</style>
border-color css
<style>
span { border-color: #29165A; }
span { border-color: rgb(41,22,90); }
td.TdClassName
{
border-color: #29165A;
}
.TagClassName
{
border-color: #29165A;
}
</style>