Shades of Christalle #2A145D
Tints of Christalle #2A145D
RGB
CMYK
RGB Variations
Color information
#2A145D (or 0x2A145D) is known color: Christalle. HEX triplet: 2A, 14 and 5D. RGB value is (42,20,93). Sum of RGB (Red+Green+Blue) = 42+20+93=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A145D is #D5EBA2. Grayscale: #222222. Windows color (decimal): -14019491 or 6100010. OLE color: 6100010.
HSL color Cylindrical-coordinate representation of color #2A145D: hue angle of 258.08º degrees, saturation: 0.65, 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 #2A145D is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 20 | 93 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.64 |
| HSL | 258.08º | 0.65% | 0.22% | - |
| HSV(B) | 258.08º | 0.78% | 0.36% | - |
| XYZ | 3.18 | 1.78 | 10.53 | - |
| YUV | 34.9 | 160.79 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 20 | 93 | 0.55 | 0.78 | 0 | 0.64 | 258.08 | 0.65 | 0.22 |
| Hex | 2A | 14 | 5D | 37 | 4E | 0 | 40 | 102 | 41 | 16 |
| Octal | 52 | 24 | 135 | 67 | 116 | 0 | 100 | 402 | 101 | 26 |
| Binary | 101010 | 10100 | 1011101 | 110111 | 1001110 | 0 | 1000000 | 100000010 | 1000001 | 10110 |
Color Harmonies of #2A145D
Complementary color
Monochromatic Colors of #2A145D
Black with #2A145D
Text Example
Text Example
White with #2A145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A145D; }
p { color: rgb(42,20,93); }
H1.HeaderClassName
{
color: #2A145D;
}
.AnyTagClassName
{
color: #2A145D;
}
</style>
background-color css
<style>
a { background-color: #2A145D; }
a { background-color: rgb(42,20,93); }
div.DivClassName
{
background-color: #2A145D;
}
.BgClassName
{
background-color: #2A145D;
}
</style>
border-color css
<style>
span { border-color: #2A145D; }
span { border-color: rgb(42,20,93); }
td.TdClassName
{
border-color: #2A145D;
}
.TagClassName
{
border-color: #2A145D;
}
</style>