Shades of Christalle #2A175D
Tints of Christalle #2A175D
RGB
CMYK
RGB Variations
Color information
#2A175D (or 0x2A175D) is known color: Christalle. HEX triplet: 2A, 17 and 5D. RGB value is (42,23,93). Sum of RGB (Red+Green+Blue) = 42+23+93=158 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.58% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A175D is #D5E8A2. Grayscale: #242424. Windows color (decimal): -14018723 or 6100778. OLE color: 6100778.
HSL color Cylindrical-coordinate representation of color #2A175D: hue angle of 256.29º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A175D is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 23 | 93 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.64 |
| HSL | 256.29º | 0.6% | 0.23% | - |
| HSV(B) | 256.29º | 0.75% | 0.36% | - |
| XYZ | 3.24 | 1.9 | 10.55 | - |
| YUV | 36.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 23 | 93 | 0.55 | 0.75 | 0 | 0.64 | 256.29 | 0.6 | 0.23 |
| Hex | 2A | 17 | 5D | 37 | 4B | 0 | 40 | 100 | 3C | 17 |
| Octal | 52 | 27 | 135 | 67 | 113 | 0 | 100 | 400 | 74 | 27 |
| Binary | 101010 | 10111 | 1011101 | 110111 | 1001011 | 0 | 1000000 | 100000000 | 111100 | 10111 |
Color Harmonies of #2A175D
Complementary color
Monochromatic Colors of #2A175D
Black with #2A175D
Text Example
Text Example
White with #2A175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A175D; }
p { color: rgb(42,23,93); }
H1.HeaderClassName
{
color: #2A175D;
}
.AnyTagClassName
{
color: #2A175D;
}
</style>
background-color css
<style>
a { background-color: #2A175D; }
a { background-color: rgb(42,23,93); }
div.DivClassName
{
background-color: #2A175D;
}
.BgClassName
{
background-color: #2A175D;
}
</style>
border-color css
<style>
span { border-color: #2A175D; }
span { border-color: rgb(42,23,93); }
td.TdClassName
{
border-color: #2A175D;
}
.TagClassName
{
border-color: #2A175D;
}
</style>