Shades of Christalle #2A175C
Tints of Christalle #2A175C
RGB
CMYK
RGB Variations
Color information
#2A175C (or 0x2A175C) is known color: Christalle. HEX triplet: 2A, 17 and 5C. RGB value is (42,23,92). Sum of RGB (Red+Green+Blue) = 42+23+92=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A175C is #D5E8A3. Grayscale: #242424. Windows color (decimal): -14018724 or 6035242. OLE color: 6035242.
HSL color Cylindrical-coordinate representation of color #2A175C: hue angle of 256.52º 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 #2A175C is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 23 | 92 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.64 |
| HSL | 256.52º | 0.6% | 0.23% | - |
| HSV(B) | 256.52º | 0.75% | 0.36% | - |
| XYZ | 3.19 | 1.88 | 10.32 | - |
| YUV | 36.55 | 159.29 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 23 | 92 | 0.54 | 0.75 | 0 | 0.64 | 256.52 | 0.6 | 0.23 |
| Hex | 2A | 17 | 5C | 36 | 4B | 0 | 40 | 101 | 3C | 17 |
| Octal | 52 | 27 | 134 | 66 | 113 | 0 | 100 | 401 | 74 | 27 |
| Binary | 101010 | 10111 | 1011100 | 110110 | 1001011 | 0 | 1000000 | 100000001 | 111100 | 10111 |
Color Harmonies of #2A175C
Complementary color
Monochromatic Colors of #2A175C
Black with #2A175C
Text Example
Text Example
White with #2A175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A175C; }
p { color: rgb(42,23,92); }
H1.HeaderClassName
{
color: #2A175C;
}
.AnyTagClassName
{
color: #2A175C;
}
</style>
background-color css
<style>
a { background-color: #2A175C; }
a { background-color: rgb(42,23,92); }
div.DivClassName
{
background-color: #2A175C;
}
.BgClassName
{
background-color: #2A175C;
}
</style>
border-color css
<style>
span { border-color: #2A175C; }
span { border-color: rgb(42,23,92); }
td.TdClassName
{
border-color: #2A175C;
}
.TagClassName
{
border-color: #2A175C;
}
</style>