Shades of Christalle #2B185A
Tints of Christalle #2B185A
RGB
CMYK
RGB Variations
Color information
#2B185A (or 0x2B185A) is known color: Christalle. HEX triplet: 2B, 18 and 5A. RGB value is (43,24,90). Sum of RGB (Red+Green+Blue) = 43+24+90=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B185A is #D4E7A5. Grayscale: #242424. Windows color (decimal): -13952934 or 5904427. OLE color: 5904427.
HSL color Cylindrical-coordinate representation of color #2B185A: hue angle of 257.27º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B185A is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 24 | 90 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.65 |
| HSL | 257.27º | 0.58% | 0.22% | - |
| HSV(B) | 257.27º | 0.73% | 0.35% | - |
| XYZ | 3.17 | 1.91 | 9.87 | - |
| YUV | 37.21 | 157.79 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 90 | 0.52 | 0.73 | 0 | 0.65 | 257.27 | 0.58 | 0.22 |
| Hex | 2B | 18 | 5A | 34 | 49 | 0 | 41 | 101 | 3A | 16 |
| Octal | 53 | 30 | 132 | 64 | 111 | 0 | 101 | 401 | 72 | 26 |
| Binary | 101011 | 11000 | 1011010 | 110100 | 1001001 | 0 | 1000001 | 100000001 | 111010 | 10110 |
Color Harmonies of #2B185A
Complementary color
Monochromatic Colors of #2B185A
Black with #2B185A
Text Example
Text Example
White with #2B185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B185A; }
p { color: rgb(43,24,90); }
H1.HeaderClassName
{
color: #2B185A;
}
.AnyTagClassName
{
color: #2B185A;
}
</style>
background-color css
<style>
a { background-color: #2B185A; }
a { background-color: rgb(43,24,90); }
div.DivClassName
{
background-color: #2B185A;
}
.BgClassName
{
background-color: #2B185A;
}
</style>
border-color css
<style>
span { border-color: #2B185A; }
span { border-color: rgb(43,24,90); }
td.TdClassName
{
border-color: #2B185A;
}
.TagClassName
{
border-color: #2B185A;
}
</style>