Shades of Christalle #2B155A
Tints of Christalle #2B155A
RGB
CMYK
RGB Variations
Color information
#2B155A (or 0x2B155A) is known color: Christalle. HEX triplet: 2B, 15 and 5A. RGB value is (43,21,90). Sum of RGB (Red+Green+Blue) = 43+21+90=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B155A is #D4EAA5. Grayscale: #232323. Windows color (decimal): -13953702 or 5903659. OLE color: 5903659.
HSL color Cylindrical-coordinate representation of color #2B155A: hue angle of 259.13º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B155A is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 21 | 90 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.65 |
| HSL | 259.13º | 0.62% | 0.22% | - |
| HSV(B) | 259.13º | 0.77% | 0.35% | - |
| XYZ | 3.11 | 1.79 | 9.85 | - |
| YUV | 35.44 | 158.79 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 90 | 0.52 | 0.77 | 0 | 0.65 | 259.13 | 0.62 | 0.22 |
| Hex | 2B | 15 | 5A | 34 | 4D | 0 | 41 | 103 | 3E | 16 |
| Octal | 53 | 25 | 132 | 64 | 115 | 0 | 101 | 403 | 76 | 26 |
| Binary | 101011 | 10101 | 1011010 | 110100 | 1001101 | 0 | 1000001 | 100000011 | 111110 | 10110 |
Color Harmonies of #2B155A
Complementary color
Monochromatic Colors of #2B155A
Black with #2B155A
Text Example
Text Example
White with #2B155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B155A; }
p { color: rgb(43,21,90); }
H1.HeaderClassName
{
color: #2B155A;
}
.AnyTagClassName
{
color: #2B155A;
}
</style>
background-color css
<style>
a { background-color: #2B155A; }
a { background-color: rgb(43,21,90); }
div.DivClassName
{
background-color: #2B155A;
}
.BgClassName
{
background-color: #2B155A;
}
</style>
border-color css
<style>
span { border-color: #2B155A; }
span { border-color: rgb(43,21,90); }
td.TdClassName
{
border-color: #2B155A;
}
.TagClassName
{
border-color: #2B155A;
}
</style>