Shades of Christalle #2A115B
Tints of Christalle #2A115B
RGB
CMYK
RGB Variations
Color information
#2A115B (or 0x2A115B) is known color: Christalle. HEX triplet: 2A, 11 and 5B. RGB value is (42,17,91). Sum of RGB (Red+Green+Blue) = 42+17+91=150 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #2A115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A115B is #D5EEA4. Grayscale: #202020. Windows color (decimal): -14020261 or 5968170. OLE color: 5968170.
HSL color Cylindrical-coordinate representation of color #2A115B: hue angle of 260.27º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A115B is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 17 | 91 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.64 |
| HSL | 260.27º | 0.69% | 0.21% | - |
| HSV(B) | 260.27º | 0.81% | 0.36% | - |
| XYZ | 3.04 | 1.65 | 10.06 | - |
| YUV | 32.91 | 160.78 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 91 | 0.54 | 0.81 | 0 | 0.64 | 260.27 | 0.69 | 0.21 |
| Hex | 2A | 11 | 5B | 36 | 51 | 0 | 40 | 104 | 45 | 15 |
| Octal | 52 | 21 | 133 | 66 | 121 | 0 | 100 | 404 | 105 | 25 |
| Binary | 101010 | 10001 | 1011011 | 110110 | 1010001 | 0 | 1000000 | 100000100 | 1000101 | 10101 |
Color Harmonies of #2A115B
Complementary color
Monochromatic Colors of #2A115B
Black with #2A115B
Text Example
Text Example
White with #2A115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A115B; }
p { color: rgb(42,17,91); }
H1.HeaderClassName
{
color: #2A115B;
}
.AnyTagClassName
{
color: #2A115B;
}
</style>
background-color css
<style>
a { background-color: #2A115B; }
a { background-color: rgb(42,17,91); }
div.DivClassName
{
background-color: #2A115B;
}
.BgClassName
{
background-color: #2A115B;
}
</style>
border-color css
<style>
span { border-color: #2A115B; }
span { border-color: rgb(42,17,91); }
td.TdClassName
{
border-color: #2A115B;
}
.TagClassName
{
border-color: #2A115B;
}
</style>