Shades of Christalle #2A1659
Tints of Christalle #2A1659
RGB
CMYK
RGB Variations
Color information
#2A1659 (or 0x2A1659) is known color: Christalle. HEX triplet: 2A, 16 and 59. RGB value is (42,22,89). Sum of RGB (Red+Green+Blue) = 42+22+89=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A1659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1659 is #D5E9A6. Grayscale: #232323. Windows color (decimal): -14018983 or 5838378. OLE color: 5838378.
HSL color Cylindrical-coordinate representation of color #2A1659: hue angle of 257.91º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A1659 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 22 | 89 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.65 |
| HSL | 257.91º | 0.6% | 0.22% | - |
| HSV(B) | 257.91º | 0.75% | 0.35% | - |
| XYZ | 3.04 | 1.79 | 9.64 | - |
| YUV | 35.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 89 | 0.53 | 0.75 | 0 | 0.65 | 257.91 | 0.6 | 0.22 |
| Hex | 2A | 16 | 59 | 35 | 4B | 0 | 41 | 102 | 3C | 16 |
| Octal | 52 | 26 | 131 | 65 | 113 | 0 | 101 | 402 | 74 | 26 |
| Binary | 101010 | 10110 | 1011001 | 110101 | 1001011 | 0 | 1000001 | 100000010 | 111100 | 10110 |
Color Harmonies of #2A1659
Complementary color
Monochromatic Colors of #2A1659
Black with #2A1659
Text Example
Text Example
White with #2A1659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1659; }
p { color: rgb(42,22,89); }
H1.HeaderClassName
{
color: #2A1659;
}
.AnyTagClassName
{
color: #2A1659;
}
</style>
background-color css
<style>
a { background-color: #2A1659; }
a { background-color: rgb(42,22,89); }
div.DivClassName
{
background-color: #2A1659;
}
.BgClassName
{
background-color: #2A1659;
}
</style>
border-color css
<style>
span { border-color: #2A1659; }
span { border-color: rgb(42,22,89); }
td.TdClassName
{
border-color: #2A1659;
}
.TagClassName
{
border-color: #2A1659;
}
</style>