Shades of Christalle #2B085F
Tints of Christalle #2B085F
RGB
CMYK
RGB Variations
Color information
#2B085F (or 0x2B085F) is known color: Christalle. HEX triplet: 2B, 08 and 5F. RGB value is (43,8,95). Sum of RGB (Red+Green+Blue) = 43+8+95=146 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.45% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 95 (37.5% from 255 or 65.07% from 146); Max value from RGB is 95 - color contains mainly: blue. Hex color #2B085F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B085F is #D4F7A0. Grayscale: #1C1C1C. Windows color (decimal): -13957025 or 6228011. OLE color: 6228011.
HSL color Cylindrical-coordinate representation of color #2B085F: hue angle of 264.14º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B085F is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 43 | 8 | 95 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.63 |
| HSL | 264.14º | 0.84% | 0.2% | - |
| HSV(B) | 264.14º | 0.92% | 0.37% | - |
| XYZ | 3.15 | 1.51 | 10.95 | - |
| YUV | 28.38 | 165.6 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 95 | 0.55 | 0.92 | 0 | 0.63 | 264.14 | 0.84 | 0.2 |
| Hex | 2B | 8 | 5F | 37 | 5C | 0 | 3F | 108 | 54 | 14 |
| Octal | 53 | 10 | 137 | 67 | 134 | 0 | 77 | 410 | 124 | 24 |
| Binary | 101011 | 1000 | 1011111 | 110111 | 1011100 | 0 | 111111 | 100001000 | 1010100 | 10100 |
Color Harmonies of #2B085F
Complementary color
Monochromatic Colors of #2B085F
Black with #2B085F
Text Example
Text Example
White with #2B085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B085F; }
p { color: rgb(43,8,95); }
H1.HeaderClassName
{
color: #2B085F;
}
.AnyTagClassName
{
color: #2B085F;
}
</style>
background-color css
<style>
a { background-color: #2B085F; }
a { background-color: rgb(43,8,95); }
div.DivClassName
{
background-color: #2B085F;
}
.BgClassName
{
background-color: #2B085F;
}
</style>
border-color css
<style>
span { border-color: #2B085F; }
span { border-color: rgb(43,8,95); }
td.TdClassName
{
border-color: #2B085F;
}
.TagClassName
{
border-color: #2B085F;
}
</style>