Shades of Christalle #2A165E
Tints of Christalle #2A165E
RGB
CMYK
RGB Variations
Color information
#2A165E (or 0x2A165E) is known color: Christalle. HEX triplet: 2A, 16 and 5E. RGB value is (42,22,94). Sum of RGB (Red+Green+Blue) = 42+22+94=158 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.58% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 94 (37.11% from 255 or 59.49% from 158); Max value from RGB is 94 - color contains mainly: blue. Hex color #2A165E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A165E is #D5E9A1. Grayscale: #232323. Windows color (decimal): -14018978 or 6166058. OLE color: 6166058.
HSL color Cylindrical-coordinate representation of color #2A165E: hue angle of 256.67º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A165E is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 42 | 22 | 94 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.63 |
| HSL | 256.67º | 0.62% | 0.23% | - |
| HSV(B) | 256.67º | 0.77% | 0.37% | - |
| XYZ | 3.26 | 1.87 | 10.78 | - |
| YUV | 36.19 | 160.63 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 94 | 0.55 | 0.77 | 0 | 0.63 | 256.67 | 0.62 | 0.23 |
| Hex | 2A | 16 | 5E | 37 | 4D | 0 | 3F | 101 | 3E | 17 |
| Octal | 52 | 26 | 136 | 67 | 115 | 0 | 77 | 401 | 76 | 27 |
| Binary | 101010 | 10110 | 1011110 | 110111 | 1001101 | 0 | 111111 | 100000001 | 111110 | 10111 |
Color Harmonies of #2A165E
Complementary color
Monochromatic Colors of #2A165E
Black with #2A165E
Text Example
Text Example
White with #2A165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A165E; }
p { color: rgb(42,22,94); }
H1.HeaderClassName
{
color: #2A165E;
}
.AnyTagClassName
{
color: #2A165E;
}
</style>
background-color css
<style>
a { background-color: #2A165E; }
a { background-color: rgb(42,22,94); }
div.DivClassName
{
background-color: #2A165E;
}
.BgClassName
{
background-color: #2A165E;
}
</style>
border-color css
<style>
span { border-color: #2A165E; }
span { border-color: rgb(42,22,94); }
td.TdClassName
{
border-color: #2A165E;
}
.TagClassName
{
border-color: #2A165E;
}
</style>