Shades of Christalle #2B055A
Tints of Christalle #2B055A
RGB
CMYK
RGB Variations
Color information
#2B055A (or 0x2B055A) is known color: Christalle. HEX triplet: 2B, 05 and 5A. RGB value is (43,5,90). Sum of RGB (Red+Green+Blue) = 43+5+90=138 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.16% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B055A is #D4FAA5. Grayscale: #191919. Windows color (decimal): -13957798 or 5899563. OLE color: 5899563.
HSL color Cylindrical-coordinate representation of color #2B055A: hue angle of 266.82º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B055A is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 5 | 90 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.65 |
| HSL | 266.82º | 0.89% | 0.19% | - |
| HSV(B) | 266.82º | 0.94% | 0.35% | - |
| XYZ | 2.9 | 1.36 | 9.78 | - |
| YUV | 26.05 | 164.09 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 90 | 0.52 | 0.94 | 0 | 0.65 | 266.82 | 0.89 | 0.19 |
| Hex | 2B | 5 | 5A | 34 | 5E | 0 | 41 | 10B | 59 | 13 |
| Octal | 53 | 5 | 132 | 64 | 136 | 0 | 101 | 413 | 131 | 23 |
| Binary | 101011 | 101 | 1011010 | 110100 | 1011110 | 0 | 1000001 | 100001011 | 1011001 | 10011 |
Color Harmonies of #2B055A
Complementary color
Monochromatic Colors of #2B055A
Black with #2B055A
Text Example
Text Example
White with #2B055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B055A; }
p { color: rgb(43,5,90); }
H1.HeaderClassName
{
color: #2B055A;
}
.AnyTagClassName
{
color: #2B055A;
}
</style>
background-color css
<style>
a { background-color: #2B055A; }
a { background-color: rgb(43,5,90); }
div.DivClassName
{
background-color: #2B055A;
}
.BgClassName
{
background-color: #2B055A;
}
</style>
border-color css
<style>
span { border-color: #2B055A; }
span { border-color: rgb(43,5,90); }
td.TdClassName
{
border-color: #2B055A;
}
.TagClassName
{
border-color: #2B055A;
}
</style>