Shades of Christalle #2B115B
Tints of Christalle #2B115B
RGB
CMYK
RGB Variations
Color information
#2B115B (or 0x2B115B) is known color: Christalle. HEX triplet: 2B, 11 and 5B. RGB value is (43,17,91). Sum of RGB (Red+Green+Blue) = 43+17+91=151 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.48% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #2B115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B115B is #D4EEA4. Grayscale: #202020. Windows color (decimal): -13954725 or 5968171. OLE color: 5968171.
HSL color Cylindrical-coordinate representation of color #2B115B: hue angle of 261.08º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B115B is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 17 | 91 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.64 |
| HSL | 261.08º | 0.69% | 0.21% | - |
| HSV(B) | 261.08º | 0.81% | 0.36% | - |
| XYZ | 3.09 | 1.67 | 10.06 | - |
| YUV | 33.21 | 160.61 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 91 | 0.53 | 0.81 | 0 | 0.64 | 261.08 | 0.69 | 0.21 |
| Hex | 2B | 11 | 5B | 35 | 51 | 0 | 40 | 105 | 45 | 15 |
| Octal | 53 | 21 | 133 | 65 | 121 | 0 | 100 | 405 | 105 | 25 |
| Binary | 101011 | 10001 | 1011011 | 110101 | 1010001 | 0 | 1000000 | 100000101 | 1000101 | 10101 |
Color Harmonies of #2B115B
Complementary color
Monochromatic Colors of #2B115B
Black with #2B115B
Text Example
Text Example
White with #2B115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B115B; }
p { color: rgb(43,17,91); }
H1.HeaderClassName
{
color: #2B115B;
}
.AnyTagClassName
{
color: #2B115B;
}
</style>
background-color css
<style>
a { background-color: #2B115B; }
a { background-color: rgb(43,17,91); }
div.DivClassName
{
background-color: #2B115B;
}
.BgClassName
{
background-color: #2B115B;
}
</style>
border-color css
<style>
span { border-color: #2B115B; }
span { border-color: rgb(43,17,91); }
td.TdClassName
{
border-color: #2B115B;
}
.TagClassName
{
border-color: #2B115B;
}
</style>