Shades of Christalle #2B0058
Tints of Christalle #2B0058
RGB
CMYK
RGB Variations
Color information
#2B0058 (or 0x2B0058) is known color: Christalle. HEX triplet: 2B, 00 and 58. RGB value is (43,0,88). Sum of RGB (Red+Green+Blue) = 43+0+88=131 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.82% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 88 (34.77% from 255 or 67.18% from 131); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B0058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0058 is #D4FFA7. Grayscale: #161616. Windows color (decimal): -13959080 or 5767211. OLE color: 5767211.
HSL color Cylindrical-coordinate representation of color #2B0058: hue angle of 269.32º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B0058 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 0 | 88 | - |
| CMYK | 0.51 | 1 | 0 | 0.65 |
| HSL | 269.32º | 1% | 0.17% | - |
| HSV(B) | 269.32º | 1% | 0.35% | - |
| XYZ | 2.76 | 1.22 | 9.32 | - |
| YUV | 22.89 | 164.75 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 88 | 0.51 | 1 | 0 | 0.65 | 269.32 | 1 | 0.17 |
| Hex | 2B | 0 | 58 | 33 | 64 | 0 | 41 | 10D | 64 | 11 |
| Octal | 53 | 0 | 130 | 63 | 144 | 0 | 101 | 415 | 144 | 21 |
| Binary | 101011 | 0 | 1011000 | 110011 | 1100100 | 0 | 1000001 | 100001101 | 1100100 | 10001 |
Color Harmonies of #2B0058
Complementary color
Monochromatic Colors of #2B0058
Black with #2B0058
Text Example
Text Example
White with #2B0058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0058; }
p { color: rgb(43,0,88); }
H1.HeaderClassName
{
color: #2B0058;
}
.AnyTagClassName
{
color: #2B0058;
}
</style>
background-color css
<style>
a { background-color: #2B0058; }
a { background-color: rgb(43,0,88); }
div.DivClassName
{
background-color: #2B0058;
}
.BgClassName
{
background-color: #2B0058;
}
</style>
border-color css
<style>
span { border-color: #2B0058; }
span { border-color: rgb(43,0,88); }
td.TdClassName
{
border-color: #2B0058;
}
.TagClassName
{
border-color: #2B0058;
}
</style>