Shades of Christalle #2B065C
Tints of Christalle #2B065C
RGB
CMYK
RGB Variations
Color information
#2B065C (or 0x2B065C) is known color: Christalle. HEX triplet: 2B, 06 and 5C. RGB value is (43,6,92). Sum of RGB (Red+Green+Blue) = 43+6+92=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #2B065C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B065C is #D4F9A3. Grayscale: #1A1A1A. Windows color (decimal): -13957540 or 6030891. OLE color: 6030891.
HSL color Cylindrical-coordinate representation of color #2B065C: hue angle of 265.81º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B065C is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 6 | 92 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.64 |
| HSL | 265.81º | 0.88% | 0.19% | - |
| HSV(B) | 265.81º | 0.93% | 0.36% | - |
| XYZ | 2.99 | 1.42 | 10.24 | - |
| YUV | 26.87 | 164.76 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 6 | 92 | 0.53 | 0.93 | 0 | 0.64 | 265.81 | 0.88 | 0.19 |
| Hex | 2B | 6 | 5C | 35 | 5D | 0 | 40 | 10A | 58 | 13 |
| Octal | 53 | 6 | 134 | 65 | 135 | 0 | 100 | 412 | 130 | 23 |
| Binary | 101011 | 110 | 1011100 | 110101 | 1011101 | 0 | 1000000 | 100001010 | 1011000 | 10011 |
Color Harmonies of #2B065C
Complementary color
Monochromatic Colors of #2B065C
Black with #2B065C
Text Example
Text Example
White with #2B065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B065C; }
p { color: rgb(43,6,92); }
H1.HeaderClassName
{
color: #2B065C;
}
.AnyTagClassName
{
color: #2B065C;
}
</style>
background-color css
<style>
a { background-color: #2B065C; }
a { background-color: rgb(43,6,92); }
div.DivClassName
{
background-color: #2B065C;
}
.BgClassName
{
background-color: #2B065C;
}
</style>
border-color css
<style>
span { border-color: #2B065C; }
span { border-color: rgb(43,6,92); }
td.TdClassName
{
border-color: #2B065C;
}
.TagClassName
{
border-color: #2B065C;
}
</style>