Shades of Christalle #2A155B
Tints of Christalle #2A155B
RGB
CMYK
RGB Variations
Color information
#2A155B (or 0x2A155B) is known color: Christalle. HEX triplet: 2A, 15 and 5B. RGB value is (42,21,91). Sum of RGB (Red+Green+Blue) = 42+21+91=154 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.27% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 91 (35.94% from 255 or 59.09% from 154); Max value from RGB is 91 - color contains mainly: blue. Hex color #2A155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A155B is #D5EAA4. Grayscale: #232323. Windows color (decimal): -14019237 or 5969194. OLE color: 5969194.
HSL color Cylindrical-coordinate representation of color #2A155B: hue angle of 258º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A155B is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 21 | 91 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.64 |
| HSL | 258º | 0.63% | 0.22% | - |
| HSV(B) | 258º | 0.77% | 0.36% | - |
| XYZ | 3.11 | 1.78 | 10.08 | - |
| YUV | 35.26 | 159.46 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 91 | 0.54 | 0.77 | 0 | 0.64 | 258 | 0.63 | 0.22 |
| Hex | 2A | 15 | 5B | 36 | 4D | 0 | 40 | 102 | 3E | 16 |
| Octal | 52 | 25 | 133 | 66 | 115 | 0 | 100 | 402 | 76 | 26 |
| Binary | 101010 | 10101 | 1011011 | 110110 | 1001101 | 0 | 1000000 | 100000010 | 111110 | 10110 |
Color Harmonies of #2A155B
Complementary color
Monochromatic Colors of #2A155B
Black with #2A155B
Text Example
Text Example
White with #2A155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A155B; }
p { color: rgb(42,21,91); }
H1.HeaderClassName
{
color: #2A155B;
}
.AnyTagClassName
{
color: #2A155B;
}
</style>
background-color css
<style>
a { background-color: #2A155B; }
a { background-color: rgb(42,21,91); }
div.DivClassName
{
background-color: #2A155B;
}
.BgClassName
{
background-color: #2A155B;
}
</style>
border-color css
<style>
span { border-color: #2A155B; }
span { border-color: rgb(42,21,91); }
td.TdClassName
{
border-color: #2A155B;
}
.TagClassName
{
border-color: #2A155B;
}
</style>