Shades of Christalle #2B095F
Tints of Christalle #2B095F
RGB
CMYK
RGB Variations
Color information
#2B095F (or 0x2B095F) is known color: Christalle. HEX triplet: 2B, 09 and 5F. RGB value is (43,9,95). Sum of RGB (Red+Green+Blue) = 43+9+95=147 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.25% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 95 (37.5% from 255 or 64.63% from 147); Max value from RGB is 95 - color contains mainly: blue. Hex color #2B095F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B095F is #D4F6A0. Grayscale: #1C1C1C. Windows color (decimal): -13956769 or 6228267. OLE color: 6228267.
HSL color Cylindrical-coordinate representation of color #2B095F: hue angle of 263.72º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B095F is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 43 | 9 | 95 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.63 |
| HSL | 263.72º | 0.83% | 0.2% | - |
| HSV(B) | 263.72º | 0.91% | 0.37% | - |
| XYZ | 3.16 | 1.54 | 10.96 | - |
| YUV | 28.97 | 165.26 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 9 | 95 | 0.55 | 0.91 | 0 | 0.63 | 263.72 | 0.83 | 0.2 |
| Hex | 2B | 9 | 5F | 37 | 5B | 0 | 3F | 108 | 53 | 14 |
| Octal | 53 | 11 | 137 | 67 | 133 | 0 | 77 | 410 | 123 | 24 |
| Binary | 101011 | 1001 | 1011111 | 110111 | 1011011 | 0 | 111111 | 100001000 | 1010011 | 10100 |
Color Harmonies of #2B095F
Complementary color
Monochromatic Colors of #2B095F
Black with #2B095F
Text Example
Text Example
White with #2B095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B095F; }
p { color: rgb(43,9,95); }
H1.HeaderClassName
{
color: #2B095F;
}
.AnyTagClassName
{
color: #2B095F;
}
</style>
background-color css
<style>
a { background-color: #2B095F; }
a { background-color: rgb(43,9,95); }
div.DivClassName
{
background-color: #2B095F;
}
.BgClassName
{
background-color: #2B095F;
}
</style>
border-color css
<style>
span { border-color: #2B095F; }
span { border-color: rgb(43,9,95); }
td.TdClassName
{
border-color: #2B095F;
}
.TagClassName
{
border-color: #2B095F;
}
</style>