Shades of Christalle #2A1459
Tints of Christalle #2A1459
RGB
CMYK
RGB Variations
Color information
#2A1459 (or 0x2A1459) is known color: Christalle. HEX triplet: 2A, 14 and 59. RGB value is (42,20,89). Sum of RGB (Red+Green+Blue) = 42+20+89=151 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.81% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A1459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1459 is #D5EBA6. Grayscale: #222222. Windows color (decimal): -14019495 or 5837866. OLE color: 5837866.
HSL color Cylindrical-coordinate representation of color #2A1459: hue angle of 259.13º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A1459 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 20 | 89 | - |
| CMYK | 0.53 | 0.78 | 0 | 0.65 |
| HSL | 259.13º | 0.63% | 0.21% | - |
| HSV(B) | 259.13º | 0.78% | 0.35% | - |
| XYZ | 3.01 | 1.71 | 9.62 | - |
| YUV | 34.44 | 158.79 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 20 | 89 | 0.53 | 0.78 | 0 | 0.65 | 259.13 | 0.63 | 0.21 |
| Hex | 2A | 14 | 59 | 35 | 4E | 0 | 41 | 103 | 3F | 15 |
| Octal | 52 | 24 | 131 | 65 | 116 | 0 | 101 | 403 | 77 | 25 |
| Binary | 101010 | 10100 | 1011001 | 110101 | 1001110 | 0 | 1000001 | 100000011 | 111111 | 10101 |
Color Harmonies of #2A1459
Complementary color
Monochromatic Colors of #2A1459
Black with #2A1459
Text Example
Text Example
White with #2A1459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1459; }
p { color: rgb(42,20,89); }
H1.HeaderClassName
{
color: #2A1459;
}
.AnyTagClassName
{
color: #2A1459;
}
</style>
background-color css
<style>
a { background-color: #2A1459; }
a { background-color: rgb(42,20,89); }
div.DivClassName
{
background-color: #2A1459;
}
.BgClassName
{
background-color: #2A1459;
}
</style>
border-color css
<style>
span { border-color: #2A1459; }
span { border-color: rgb(42,20,89); }
td.TdClassName
{
border-color: #2A1459;
}
.TagClassName
{
border-color: #2A1459;
}
</style>