Shades of Christalle #29035C
Tints of Christalle #29035C
RGB
CMYK
RGB Variations
Color information
#29035C (or 0x29035C) is known color: Christalle. HEX triplet: 29, 03 and 5C. RGB value is (41,3,92). Sum of RGB (Red+Green+Blue) = 41+3+92=136 (18% of max value = 765). Red value is 41 (16.41% from 255 or 30.15% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #29035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29035C is #D6FCA3. Grayscale: #181818. Windows color (decimal): -14089380 or 6030121. OLE color: 6030121.
HSL color Cylindrical-coordinate representation of color #29035C: hue angle of 265.62º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #29035C is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 3 | 92 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.64 |
| HSL | 265.62º | 0.94% | 0.19% | - |
| HSV(B) | 265.62º | 0.97% | 0.36% | - |
| XYZ | 2.88 | 1.31 | 10.23 | - |
| YUV | 24.51 | 166.09 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 92 | 0.55 | 0.97 | 0 | 0.64 | 265.62 | 0.94 | 0.19 |
| Hex | 29 | 3 | 5C | 37 | 61 | 0 | 40 | 10A | 5E | 13 |
| Octal | 51 | 3 | 134 | 67 | 141 | 0 | 100 | 412 | 136 | 23 |
| Binary | 101001 | 11 | 1011100 | 110111 | 1100001 | 0 | 1000000 | 100001010 | 1011110 | 10011 |
Color Harmonies of #29035C
Complementary color
Monochromatic Colors of #29035C
Black with #29035C
Text Example
Text Example
White with #29035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29035C; }
p { color: rgb(41,3,92); }
H1.HeaderClassName
{
color: #29035C;
}
.AnyTagClassName
{
color: #29035C;
}
</style>
background-color css
<style>
a { background-color: #29035C; }
a { background-color: rgb(41,3,92); }
div.DivClassName
{
background-color: #29035C;
}
.BgClassName
{
background-color: #29035C;
}
</style>
border-color css
<style>
span { border-color: #29035C; }
span { border-color: rgb(41,3,92); }
td.TdClassName
{
border-color: #29035C;
}
.TagClassName
{
border-color: #29035C;
}
</style>