Shades of Christalle #2B015D
Tints of Christalle #2B015D
RGB
CMYK
RGB Variations
Color information
#2B015D (or 0x2B015D) is known color: Christalle. HEX triplet: 2B, 01 and 5D. RGB value is (43,1,93). Sum of RGB (Red+Green+Blue) = 43+1+93=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B015D is #D4FEA2. Grayscale: #171717. Windows color (decimal): -13958819 or 6095147. OLE color: 6095147.
HSL color Cylindrical-coordinate representation of color #2B015D: hue angle of 267.39º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B015D is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 1 | 93 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.64 |
| HSL | 267.39º | 0.98% | 0.18% | - |
| HSV(B) | 267.39º | 0.99% | 0.36% | - |
| XYZ | 2.98 | 1.33 | 10.45 | - |
| YUV | 24.05 | 166.91 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 93 | 0.54 | 0.99 | 0 | 0.64 | 267.39 | 0.98 | 0.18 |
| Hex | 2B | 1 | 5D | 36 | 63 | 0 | 40 | 10B | 62 | 12 |
| Octal | 53 | 1 | 135 | 66 | 143 | 0 | 100 | 413 | 142 | 22 |
| Binary | 101011 | 1 | 1011101 | 110110 | 1100011 | 0 | 1000000 | 100001011 | 1100010 | 10010 |
Color Harmonies of #2B015D
Complementary color
Monochromatic Colors of #2B015D
Black with #2B015D
Text Example
Text Example
White with #2B015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B015D; }
p { color: rgb(43,1,93); }
H1.HeaderClassName
{
color: #2B015D;
}
.AnyTagClassName
{
color: #2B015D;
}
</style>
background-color css
<style>
a { background-color: #2B015D; }
a { background-color: rgb(43,1,93); }
div.DivClassName
{
background-color: #2B015D;
}
.BgClassName
{
background-color: #2B015D;
}
</style>
border-color css
<style>
span { border-color: #2B015D; }
span { border-color: rgb(43,1,93); }
td.TdClassName
{
border-color: #2B015D;
}
.TagClassName
{
border-color: #2B015D;
}
</style>