Shades of Christalle #29035A
Tints of Christalle #29035A
RGB
CMYK
RGB Variations
Color information
#29035A (or 0x29035A) is known color: Christalle. HEX triplet: 29, 03 and 5A. RGB value is (41,3,90). Sum of RGB (Red+Green+Blue) = 41+3+90=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 90 (35.55% from 255 or 67.16% from 134); Max value from RGB is 90 - color contains mainly: blue. Hex color #29035A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29035A is #D6FCA5. Grayscale: #171717. Windows color (decimal): -14089382 or 5899049. OLE color: 5899049.
HSL color Cylindrical-coordinate representation of color #29035A: hue angle of 266.21º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #29035A is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 3 | 90 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.65 |
| HSL | 266.21º | 0.94% | 0.18% | - |
| HSV(B) | 266.21º | 0.97% | 0.35% | - |
| XYZ | 2.79 | 1.27 | 9.77 | - |
| YUV | 24.28 | 165.09 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 90 | 0.54 | 0.97 | 0 | 0.65 | 266.21 | 0.94 | 0.18 |
| Hex | 29 | 3 | 5A | 36 | 61 | 0 | 41 | 10A | 5E | 12 |
| Octal | 51 | 3 | 132 | 66 | 141 | 0 | 101 | 412 | 136 | 22 |
| Binary | 101001 | 11 | 1011010 | 110110 | 1100001 | 0 | 1000001 | 100001010 | 1011110 | 10010 |
Color Harmonies of #29035A
Complementary color
Monochromatic Colors of #29035A
Black with #29035A
Text Example
Text Example
White with #29035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29035A; }
p { color: rgb(41,3,90); }
H1.HeaderClassName
{
color: #29035A;
}
.AnyTagClassName
{
color: #29035A;
}
</style>
background-color css
<style>
a { background-color: #29035A; }
a { background-color: rgb(41,3,90); }
div.DivClassName
{
background-color: #29035A;
}
.BgClassName
{
background-color: #29035A;
}
</style>
border-color css
<style>
span { border-color: #29035A; }
span { border-color: rgb(41,3,90); }
td.TdClassName
{
border-color: #29035A;
}
.TagClassName
{
border-color: #29035A;
}
</style>