Shades of Christalle #3B215D
Tints of Christalle #3B215D
RGB
CMYK
RGB Variations
Color information
#3B215D (or 0x3B215D) is known color: Christalle. HEX triplet: 3B, 21 and 5D. RGB value is (59,33,93). Sum of RGB (Red+Green+Blue) = 59+33+93=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B215D is #C4DEA2. Grayscale: #2F2F2F. Windows color (decimal): -12902051 or 6103355. OLE color: 6103355.
HSL color Cylindrical-coordinate representation of color #3B215D: hue angle of 266º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B215D is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 33 | 93 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.64 |
| HSL | 266º | 0.48% | 0.25% | - |
| HSV(B) | 266º | 0.65% | 0.36% | - |
| XYZ | 4.32 | 2.81 | 10.67 | - |
| YUV | 47.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 33 | 93 | 0.37 | 0.65 | 0 | 0.64 | 266 | 0.48 | 0.25 |
| Hex | 3B | 21 | 5D | 25 | 41 | 0 | 40 | 10A | 30 | 19 |
| Octal | 73 | 41 | 135 | 45 | 101 | 0 | 100 | 412 | 60 | 31 |
| Binary | 111011 | 100001 | 1011101 | 100101 | 1000001 | 0 | 1000000 | 100001010 | 110000 | 11001 |
Color Harmonies of #3B215D
Complementary color
Monochromatic Colors of #3B215D
Black with #3B215D
Text Example
Text Example
White with #3B215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B215D; }
p { color: rgb(59,33,93); }
H1.HeaderClassName
{
color: #3B215D;
}
.AnyTagClassName
{
color: #3B215D;
}
</style>
background-color css
<style>
a { background-color: #3B215D; }
a { background-color: rgb(59,33,93); }
div.DivClassName
{
background-color: #3B215D;
}
.BgClassName
{
background-color: #3B215D;
}
</style>
border-color css
<style>
span { border-color: #3B215D; }
span { border-color: rgb(59,33,93); }
td.TdClassName
{
border-color: #3B215D;
}
.TagClassName
{
border-color: #3B215D;
}
</style>