Shades of Christalle #2A0059
Tints of Christalle #2A0059
RGB
CMYK
RGB Variations
Color information
#2A0059 (or 0x2A0059) is known color: Christalle. HEX triplet: 2A, 00 and 59. RGB value is (42,0,89). Sum of RGB (Red+Green+Blue) = 42+0+89=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A0059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0059 is #D5FFA6. Grayscale: #161616. Windows color (decimal): -14024615 or 5832746. OLE color: 5832746.
HSL color Cylindrical-coordinate representation of color #2A0059: hue angle of 268.31º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0059 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 0 | 89 | - |
| CMYK | 0.53 | 1 | 0 | 0.65 |
| HSL | 268.31º | 1% | 0.17% | - |
| HSV(B) | 268.31º | 1% | 0.35% | - |
| XYZ | 2.76 | 1.21 | 9.54 | - |
| YUV | 22.7 | 165.41 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 89 | 0.53 | 1 | 0 | 0.65 | 268.31 | 1 | 0.17 |
| Hex | 2A | 0 | 59 | 35 | 64 | 0 | 41 | 10C | 64 | 11 |
| Octal | 52 | 0 | 131 | 65 | 144 | 0 | 101 | 414 | 144 | 21 |
| Binary | 101010 | 0 | 1011001 | 110101 | 1100100 | 0 | 1000001 | 100001100 | 1100100 | 10001 |
Color Harmonies of #2A0059
Complementary color
Monochromatic Colors of #2A0059
Black with #2A0059
Text Example
Text Example
White with #2A0059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0059; }
p { color: rgb(42,0,89); }
H1.HeaderClassName
{
color: #2A0059;
}
.AnyTagClassName
{
color: #2A0059;
}
</style>
background-color css
<style>
a { background-color: #2A0059; }
a { background-color: rgb(42,0,89); }
div.DivClassName
{
background-color: #2A0059;
}
.BgClassName
{
background-color: #2A0059;
}
</style>
border-color css
<style>
span { border-color: #2A0059; }
span { border-color: rgb(42,0,89); }
td.TdClassName
{
border-color: #2A0059;
}
.TagClassName
{
border-color: #2A0059;
}
</style>