Shades of Christalle #2A0459
Tints of Christalle #2A0459
RGB
CMYK
RGB Variations
Color information
#2A0459 (or 0x2A0459) is known color: Christalle. HEX triplet: 2A, 04 and 59. RGB value is (42,4,89). Sum of RGB (Red+Green+Blue) = 42+4+89=135 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.11% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A0459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0459 is #D5FBA6. Grayscale: #181818. Windows color (decimal): -14023591 or 5833770. OLE color: 5833770.
HSL color Cylindrical-coordinate representation of color #2A0459: hue angle of 266.82º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A0459 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 4 | 89 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.65 |
| HSL | 266.82º | 0.91% | 0.18% | - |
| HSV(B) | 266.82º | 0.96% | 0.35% | - |
| XYZ | 2.8 | 1.3 | 9.55 | - |
| YUV | 25.05 | 164.09 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 89 | 0.53 | 0.96 | 0 | 0.65 | 266.82 | 0.91 | 0.18 |
| Hex | 2A | 4 | 59 | 35 | 60 | 0 | 41 | 10B | 5B | 12 |
| Octal | 52 | 4 | 131 | 65 | 140 | 0 | 101 | 413 | 133 | 22 |
| Binary | 101010 | 100 | 1011001 | 110101 | 1100000 | 0 | 1000001 | 100001011 | 1011011 | 10010 |
Color Harmonies of #2A0459
Complementary color
Monochromatic Colors of #2A0459
Black with #2A0459
Text Example
Text Example
White with #2A0459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0459; }
p { color: rgb(42,4,89); }
H1.HeaderClassName
{
color: #2A0459;
}
.AnyTagClassName
{
color: #2A0459;
}
</style>
background-color css
<style>
a { background-color: #2A0459; }
a { background-color: rgb(42,4,89); }
div.DivClassName
{
background-color: #2A0459;
}
.BgClassName
{
background-color: #2A0459;
}
</style>
border-color css
<style>
span { border-color: #2A0459; }
span { border-color: rgb(42,4,89); }
td.TdClassName
{
border-color: #2A0459;
}
.TagClassName
{
border-color: #2A0459;
}
</style>