Shades of Christalle #2A115A
Tints of Christalle #2A115A
RGB
CMYK
RGB Variations
Color information
#2A115A (or 0x2A115A) is known color: Christalle. HEX triplet: 2A, 11 and 5A. RGB value is (42,17,90). Sum of RGB (Red+Green+Blue) = 42+17+90=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #2A115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A115A is #D5EEA5. Grayscale: #202020. Windows color (decimal): -14020262 or 5902634. OLE color: 5902634.
HSL color Cylindrical-coordinate representation of color #2A115A: hue angle of 260.55º 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 #2A115A is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 17 | 90 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.65 |
| HSL | 260.55º | 0.68% | 0.21% | - |
| HSV(B) | 260.55º | 0.81% | 0.35% | - |
| XYZ | 3 | 1.63 | 9.83 | - |
| YUV | 32.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 90 | 0.53 | 0.81 | 0 | 0.65 | 260.55 | 0.68 | 0.21 |
| Hex | 2A | 11 | 5A | 35 | 51 | 0 | 41 | 105 | 44 | 15 |
| Octal | 52 | 21 | 132 | 65 | 121 | 0 | 101 | 405 | 104 | 25 |
| Binary | 101010 | 10001 | 1011010 | 110101 | 1010001 | 0 | 1000001 | 100000101 | 1000100 | 10101 |
Color Harmonies of #2A115A
Complementary color
Monochromatic Colors of #2A115A
Black with #2A115A
Text Example
Text Example
White with #2A115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A115A; }
p { color: rgb(42,17,90); }
H1.HeaderClassName
{
color: #2A115A;
}
.AnyTagClassName
{
color: #2A115A;
}
</style>
background-color css
<style>
a { background-color: #2A115A; }
a { background-color: rgb(42,17,90); }
div.DivClassName
{
background-color: #2A115A;
}
.BgClassName
{
background-color: #2A115A;
}
</style>
border-color css
<style>
span { border-color: #2A115A; }
span { border-color: rgb(42,17,90); }
td.TdClassName
{
border-color: #2A115A;
}
.TagClassName
{
border-color: #2A115A;
}
</style>