Shades of Christalle #29065A
Tints of Christalle #29065A
RGB
CMYK
RGB Variations
Color information
#29065A (or 0x29065A) is known color: Christalle. HEX triplet: 29, 06 and 5A. RGB value is (41,6,90). Sum of RGB (Red+Green+Blue) = 41+6+90=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 90 (35.55% from 255 or 65.69% from 137); Max value from RGB is 90 - color contains mainly: blue. Hex color #29065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29065A is #D6F9A5. Grayscale: #191919. Windows color (decimal): -14088614 or 5899817. OLE color: 5899817.
HSL color Cylindrical-coordinate representation of color #29065A: hue angle of 265º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #29065A is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 6 | 90 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.65 |
| HSL | 265º | 0.88% | 0.19% | - |
| HSV(B) | 265º | 0.93% | 0.35% | - |
| XYZ | 2.83 | 1.34 | 9.78 | - |
| YUV | 26.04 | 164.1 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 6 | 90 | 0.54 | 0.93 | 0 | 0.65 | 265 | 0.88 | 0.19 |
| Hex | 29 | 6 | 5A | 36 | 5D | 0 | 41 | 109 | 58 | 13 |
| Octal | 51 | 6 | 132 | 66 | 135 | 0 | 101 | 411 | 130 | 23 |
| Binary | 101001 | 110 | 1011010 | 110110 | 1011101 | 0 | 1000001 | 100001001 | 1011000 | 10011 |
Color Harmonies of #29065A
Complementary color
Monochromatic Colors of #29065A
Black with #29065A
Text Example
Text Example
White with #29065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29065A; }
p { color: rgb(41,6,90); }
H1.HeaderClassName
{
color: #29065A;
}
.AnyTagClassName
{
color: #29065A;
}
</style>
background-color css
<style>
a { background-color: #29065A; }
a { background-color: rgb(41,6,90); }
div.DivClassName
{
background-color: #29065A;
}
.BgClassName
{
background-color: #29065A;
}
</style>
border-color css
<style>
span { border-color: #29065A; }
span { border-color: rgb(41,6,90); }
td.TdClassName
{
border-color: #29065A;
}
.TagClassName
{
border-color: #29065A;
}
</style>