Shades of Christalle #2A1158
Tints of Christalle #2A1158
RGB
CMYK
RGB Variations
Color information
#2A1158 (or 0x2A1158) is known color: Christalle. HEX triplet: 2A, 11 and 58. RGB value is (42,17,88). Sum of RGB (Red+Green+Blue) = 42+17+88=147 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.57% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #2A1158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1158 is #D5EEA7. Grayscale: #202020. Windows color (decimal): -14020264 or 5771562. OLE color: 5771562.
HSL color Cylindrical-coordinate representation of color #2A1158: hue angle of 261.13º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A1158 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 17 | 88 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.65 |
| HSL | 261.13º | 0.68% | 0.21% | - |
| HSV(B) | 261.13º | 0.81% | 0.35% | - |
| XYZ | 2.92 | 1.6 | 9.39 | - |
| YUV | 32.57 | 159.28 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 88 | 0.52 | 0.81 | 0 | 0.65 | 261.13 | 0.68 | 0.21 |
| Hex | 2A | 11 | 58 | 34 | 51 | 0 | 41 | 105 | 44 | 15 |
| Octal | 52 | 21 | 130 | 64 | 121 | 0 | 101 | 405 | 104 | 25 |
| Binary | 101010 | 10001 | 1011000 | 110100 | 1010001 | 0 | 1000001 | 100000101 | 1000100 | 10101 |
Color Harmonies of #2A1158
Complementary color
Monochromatic Colors of #2A1158
Black with #2A1158
Text Example
Text Example
White with #2A1158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1158; }
p { color: rgb(42,17,88); }
H1.HeaderClassName
{
color: #2A1158;
}
.AnyTagClassName
{
color: #2A1158;
}
</style>
background-color css
<style>
a { background-color: #2A1158; }
a { background-color: rgb(42,17,88); }
div.DivClassName
{
background-color: #2A1158;
}
.BgClassName
{
background-color: #2A1158;
}
</style>
border-color css
<style>
span { border-color: #2A1158; }
span { border-color: rgb(42,17,88); }
td.TdClassName
{
border-color: #2A1158;
}
.TagClassName
{
border-color: #2A1158;
}
</style>