Shades of Christalle #2A135E
Tints of Christalle #2A135E
RGB
CMYK
RGB Variations
Color information
#2A135E (or 0x2A135E) is known color: Christalle. HEX triplet: 2A, 13 and 5E. RGB value is (42,19,94). Sum of RGB (Red+Green+Blue) = 42+19+94=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #2A135E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A135E is #D5ECA1. Grayscale: #222222. Windows color (decimal): -14019746 or 6165290. OLE color: 6165290.
HSL color Cylindrical-coordinate representation of color #2A135E: hue angle of 258.4º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A135E is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 42 | 19 | 94 | - |
| CMYK | 0.55 | 0.80 | 0 | 0.63 |
| HSL | 258.4º | 0.66% | 0.22% | - |
| HSV(B) | 258.4º | 0.8% | 0.37% | - |
| XYZ | 3.21 | 1.77 | 10.76 | - |
| YUV | 34.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 94 | 0.55 | 0.80 | 0 | 0.63 | 258.4 | 0.66 | 0.22 |
| Hex | 2A | 13 | 5E | 37 | 50 | 0 | 3F | 102 | 42 | 16 |
| Octal | 52 | 23 | 136 | 67 | 120 | 0 | 77 | 402 | 102 | 26 |
| Binary | 101010 | 10011 | 1011110 | 110111 | 1010000 | 0 | 111111 | 100000010 | 1000010 | 10110 |
Color Harmonies of #2A135E
Complementary color
Monochromatic Colors of #2A135E
Black with #2A135E
Text Example
Text Example
White with #2A135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A135E; }
p { color: rgb(42,19,94); }
H1.HeaderClassName
{
color: #2A135E;
}
.AnyTagClassName
{
color: #2A135E;
}
</style>
background-color css
<style>
a { background-color: #2A135E; }
a { background-color: rgb(42,19,94); }
div.DivClassName
{
background-color: #2A135E;
}
.BgClassName
{
background-color: #2A135E;
}
</style>
border-color css
<style>
span { border-color: #2A135E; }
span { border-color: rgb(42,19,94); }
td.TdClassName
{
border-color: #2A135E;
}
.TagClassName
{
border-color: #2A135E;
}
</style>