Shades of Christalle #29015C
Tints of Christalle #29015C
RGB
CMYK
RGB Variations
Color information
#29015C (or 0x29015C) is known color: Christalle. HEX triplet: 29, 01 and 5C. RGB value is (41,1,92). Sum of RGB (Red+Green+Blue) = 41+1+92=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 92 (36.33% from 255 or 68.66% from 134); Max value from RGB is 92 - color contains mainly: blue. Hex color #29015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29015C is #D6FEA3. Grayscale: #171717. Windows color (decimal): -14089892 or 6029609. OLE color: 6029609.
HSL color Cylindrical-coordinate representation of color #29015C: hue angle of 266.37º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #29015C is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 1 | 92 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.64 |
| HSL | 266.37º | 0.98% | 0.18% | - |
| HSV(B) | 266.37º | 0.99% | 0.36% | - |
| XYZ | 2.86 | 1.27 | 10.22 | - |
| YUV | 23.33 | 166.75 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 92 | 0.55 | 0.99 | 0 | 0.64 | 266.37 | 0.98 | 0.18 |
| Hex | 29 | 1 | 5C | 37 | 63 | 0 | 40 | 10A | 62 | 12 |
| Octal | 51 | 1 | 134 | 67 | 143 | 0 | 100 | 412 | 142 | 22 |
| Binary | 101001 | 1 | 1011100 | 110111 | 1100011 | 0 | 1000000 | 100001010 | 1100010 | 10010 |
Color Harmonies of #29015C
Complementary color
Monochromatic Colors of #29015C
Black with #29015C
Text Example
Text Example
White with #29015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29015C; }
p { color: rgb(41,1,92); }
H1.HeaderClassName
{
color: #29015C;
}
.AnyTagClassName
{
color: #29015C;
}
</style>
background-color css
<style>
a { background-color: #29015C; }
a { background-color: rgb(41,1,92); }
div.DivClassName
{
background-color: #29015C;
}
.BgClassName
{
background-color: #29015C;
}
</style>
border-color css
<style>
span { border-color: #29015C; }
span { border-color: rgb(41,1,92); }
td.TdClassName
{
border-color: #29015C;
}
.TagClassName
{
border-color: #29015C;
}
</style>