Shades of Christalle #2A0960
Tints of Christalle #2A0960
RGB
CMYK
RGB Variations
Color information
#2A0960 (or 0x2A0960) is known color: Christalle. HEX triplet: 2A, 09 and 60. RGB value is (42,9,96). Sum of RGB (Red+Green+Blue) = 42+9+96=147 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.57% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #2A0960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0960 is #D5F69F. Grayscale: #1C1C1C. Windows color (decimal): -14022304 or 6293802. OLE color: 6293802.
HSL color Cylindrical-coordinate representation of color #2A0960: hue angle of 262.76º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A0960 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 9 | 96 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.62 |
| HSL | 262.76º | 0.83% | 0.21% | - |
| HSV(B) | 262.76º | 0.91% | 0.38% | - |
| XYZ | 3.16 | 1.53 | 11.2 | - |
| YUV | 28.79 | 165.93 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 96 | 0.56 | 0.91 | 0 | 0.62 | 262.76 | 0.83 | 0.21 |
| Hex | 2A | 9 | 60 | 38 | 5B | 0 | 3E | 107 | 53 | 15 |
| Octal | 52 | 11 | 140 | 70 | 133 | 0 | 76 | 407 | 123 | 25 |
| Binary | 101010 | 1001 | 1100000 | 111000 | 1011011 | 0 | 111110 | 100000111 | 1010011 | 10101 |
Color Harmonies of #2A0960
Complementary color
Monochromatic Colors of #2A0960
Black with #2A0960
Text Example
Text Example
White with #2A0960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0960; }
p { color: rgb(42,9,96); }
H1.HeaderClassName
{
color: #2A0960;
}
.AnyTagClassName
{
color: #2A0960;
}
</style>
background-color css
<style>
a { background-color: #2A0960; }
a { background-color: rgb(42,9,96); }
div.DivClassName
{
background-color: #2A0960;
}
.BgClassName
{
background-color: #2A0960;
}
</style>
border-color css
<style>
span { border-color: #2A0960; }
span { border-color: rgb(42,9,96); }
td.TdClassName
{
border-color: #2A0960;
}
.TagClassName
{
border-color: #2A0960;
}
</style>