Shades of Christalle #2A145B
Tints of Christalle #2A145B
RGB
CMYK
RGB Variations
Color information
#2A145B (or 0x2A145B) is known color: Christalle. HEX triplet: 2A, 14 and 5B. RGB value is (42,20,91). Sum of RGB (Red+Green+Blue) = 42+20+91=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #2A145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A145B is #D5EBA4. Grayscale: #222222. Windows color (decimal): -14019493 or 5968938. OLE color: 5968938.
HSL color Cylindrical-coordinate representation of color #2A145B: hue angle of 258.59º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A145B is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 20 | 91 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.64 |
| HSL | 258.59º | 0.64% | 0.22% | - |
| HSV(B) | 258.59º | 0.78% | 0.36% | - |
| XYZ | 3.09 | 1.75 | 10.07 | - |
| YUV | 34.67 | 159.79 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 20 | 91 | 0.54 | 0.78 | 0 | 0.64 | 258.59 | 0.64 | 0.22 |
| Hex | 2A | 14 | 5B | 36 | 4E | 0 | 40 | 103 | 40 | 16 |
| Octal | 52 | 24 | 133 | 66 | 116 | 0 | 100 | 403 | 100 | 26 |
| Binary | 101010 | 10100 | 1011011 | 110110 | 1001110 | 0 | 1000000 | 100000011 | 1000000 | 10110 |
Color Harmonies of #2A145B
Complementary color
Monochromatic Colors of #2A145B
Black with #2A145B
Text Example
Text Example
White with #2A145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A145B; }
p { color: rgb(42,20,91); }
H1.HeaderClassName
{
color: #2A145B;
}
.AnyTagClassName
{
color: #2A145B;
}
</style>
background-color css
<style>
a { background-color: #2A145B; }
a { background-color: rgb(42,20,91); }
div.DivClassName
{
background-color: #2A145B;
}
.BgClassName
{
background-color: #2A145B;
}
</style>
border-color css
<style>
span { border-color: #2A145B; }
span { border-color: rgb(42,20,91); }
td.TdClassName
{
border-color: #2A145B;
}
.TagClassName
{
border-color: #2A145B;
}
</style>