Shades of Christalle #29015A
Tints of Christalle #29015A
RGB
CMYK
RGB Variations
Color information
#29015A (or 0x29015A) is known color: Christalle. HEX triplet: 29, 01 and 5A. RGB value is (41,1,90). Sum of RGB (Red+Green+Blue) = 41+1+90=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 90 (35.55% from 255 or 68.18% from 132); Max value from RGB is 90 - color contains mainly: blue. Hex color #29015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29015A is #D6FEA5. Grayscale: #161616. Windows color (decimal): -14089894 or 5898537. OLE color: 5898537.
HSL color Cylindrical-coordinate representation of color #29015A: hue angle of 266.97º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #29015A is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 1 | 90 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.65 |
| HSL | 266.97º | 0.98% | 0.18% | - |
| HSV(B) | 266.97º | 0.99% | 0.35% | - |
| XYZ | 2.77 | 1.23 | 9.76 | - |
| YUV | 23.11 | 165.75 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 90 | 0.54 | 0.99 | 0 | 0.65 | 266.97 | 0.98 | 0.18 |
| Hex | 29 | 1 | 5A | 36 | 63 | 0 | 41 | 10B | 62 | 12 |
| Octal | 51 | 1 | 132 | 66 | 143 | 0 | 101 | 413 | 142 | 22 |
| Binary | 101001 | 1 | 1011010 | 110110 | 1100011 | 0 | 1000001 | 100001011 | 1100010 | 10010 |
Color Harmonies of #29015A
Complementary color
Monochromatic Colors of #29015A
Black with #29015A
Text Example
Text Example
White with #29015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29015A; }
p { color: rgb(41,1,90); }
H1.HeaderClassName
{
color: #29015A;
}
.AnyTagClassName
{
color: #29015A;
}
</style>
background-color css
<style>
a { background-color: #29015A; }
a { background-color: rgb(41,1,90); }
div.DivClassName
{
background-color: #29015A;
}
.BgClassName
{
background-color: #29015A;
}
</style>
border-color css
<style>
span { border-color: #29015A; }
span { border-color: rgb(41,1,90); }
td.TdClassName
{
border-color: #29015A;
}
.TagClassName
{
border-color: #29015A;
}
</style>