Shades of Christalle #29005A
Tints of Christalle #29005A
RGB
CMYK
RGB Variations
Color information
#29005A (or 0x29005A) is known color: Christalle. HEX triplet: 29, 00 and 5A. RGB value is (41,0,90). Sum of RGB (Red+Green+Blue) = 41+0+90=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 90 (35.55% from 255 or 68.70% from 131); Max value from RGB is 90 - color contains mainly: blue. Hex color #29005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29005A is #D6FFA5. Grayscale: #161616. Windows color (decimal): -14090150 or 5898281. OLE color: 5898281.
HSL color Cylindrical-coordinate representation of color #29005A: hue angle of 267.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29005A is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 0 | 90 | - |
| CMYK | 0.54 | 1 | 0 | 0.65 |
| HSL | 267.33º | 1% | 0.18% | - |
| HSV(B) | 267.33º | 1% | 0.35% | - |
| XYZ | 2.76 | 1.21 | 9.76 | - |
| YUV | 22.52 | 166.08 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 90 | 0.54 | 1 | 0 | 0.65 | 267.33 | 1 | 0.18 |
| Hex | 29 | 0 | 5A | 36 | 64 | 0 | 41 | 10B | 64 | 12 |
| Octal | 51 | 0 | 132 | 66 | 144 | 0 | 101 | 413 | 144 | 22 |
| Binary | 101001 | 0 | 1011010 | 110110 | 1100100 | 0 | 1000001 | 100001011 | 1100100 | 10010 |
Color Harmonies of #29005A
Complementary color
Monochromatic Colors of #29005A
Black with #29005A
Text Example
Text Example
White with #29005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29005A; }
p { color: rgb(41,0,90); }
H1.HeaderClassName
{
color: #29005A;
}
.AnyTagClassName
{
color: #29005A;
}
</style>
background-color css
<style>
a { background-color: #29005A; }
a { background-color: rgb(41,0,90); }
div.DivClassName
{
background-color: #29005A;
}
.BgClassName
{
background-color: #29005A;
}
</style>
border-color css
<style>
span { border-color: #29005A; }
span { border-color: rgb(41,0,90); }
td.TdClassName
{
border-color: #29005A;
}
.TagClassName
{
border-color: #29005A;
}
</style>