Shades of Christalle #2B175B
Tints of Christalle #2B175B
RGB
CMYK
RGB Variations
Color information
#2B175B (or 0x2B175B) is known color: Christalle. HEX triplet: 2B, 17 and 5B. RGB value is (43,23,91). Sum of RGB (Red+Green+Blue) = 43+23+91=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #2B175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B175B is #D4E8A4. Grayscale: #242424. Windows color (decimal): -13953189 or 5969707. OLE color: 5969707.
HSL color Cylindrical-coordinate representation of color #2B175B: hue angle of 257.65º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B175B is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 23 | 91 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.64 |
| HSL | 257.65º | 0.6% | 0.22% | - |
| HSV(B) | 257.65º | 0.75% | 0.36% | - |
| XYZ | 3.19 | 1.88 | 10.09 | - |
| YUV | 36.73 | 158.63 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 91 | 0.53 | 0.75 | 0 | 0.64 | 257.65 | 0.6 | 0.22 |
| Hex | 2B | 17 | 5B | 35 | 4B | 0 | 40 | 102 | 3C | 16 |
| Octal | 53 | 27 | 133 | 65 | 113 | 0 | 100 | 402 | 74 | 26 |
| Binary | 101011 | 10111 | 1011011 | 110101 | 1001011 | 0 | 1000000 | 100000010 | 111100 | 10110 |
Color Harmonies of #2B175B
Complementary color
Monochromatic Colors of #2B175B
Black with #2B175B
Text Example
Text Example
White with #2B175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B175B; }
p { color: rgb(43,23,91); }
H1.HeaderClassName
{
color: #2B175B;
}
.AnyTagClassName
{
color: #2B175B;
}
</style>
background-color css
<style>
a { background-color: #2B175B; }
a { background-color: rgb(43,23,91); }
div.DivClassName
{
background-color: #2B175B;
}
.BgClassName
{
background-color: #2B175B;
}
</style>
border-color css
<style>
span { border-color: #2B175B; }
span { border-color: rgb(43,23,91); }
td.TdClassName
{
border-color: #2B175B;
}
.TagClassName
{
border-color: #2B175B;
}
</style>