Shades of Christalle #3B1D5D
Tints of Christalle #3B1D5D
RGB
CMYK
RGB Variations
Color information
#3B1D5D (or 0x3B1D5D) is known color: Christalle. HEX triplet: 3B, 1D and 5D. RGB value is (59,29,93). Sum of RGB (Red+Green+Blue) = 59+29+93=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B1D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1D5D is #C4E2A2. Grayscale: #2D2D2D. Windows color (decimal): -12903075 or 6102331. OLE color: 6102331.
HSL color Cylindrical-coordinate representation of color #3B1D5D: hue angle of 268.12º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B1D5D is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 29 | 93 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.64 |
| HSL | 268.13º | 0.52% | 0.24% | - |
| HSV(B) | 268.13º | 0.69% | 0.36% | - |
| XYZ | 4.22 | 2.6 | 10.64 | - |
| YUV | 45.27 | 154.94 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 93 | 0.37 | 0.69 | 0 | 0.64 | 268.13 | 0.52 | 0.24 |
| Hex | 3B | 1D | 5D | 25 | 45 | 0 | 40 | 10C | 34 | 18 |
| Octal | 73 | 35 | 135 | 45 | 105 | 0 | 100 | 414 | 64 | 30 |
| Binary | 111011 | 11101 | 1011101 | 100101 | 1000101 | 0 | 1000000 | 100001100 | 110100 | 11000 |
Color Harmonies of #3B1D5D
Complementary color
Monochromatic Colors of #3B1D5D
Black with #3B1D5D
Text Example
Text Example
White with #3B1D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D5D; }
p { color: rgb(59,29,93); }
H1.HeaderClassName
{
color: #3B1D5D;
}
.AnyTagClassName
{
color: #3B1D5D;
}
</style>
background-color css
<style>
a { background-color: #3B1D5D; }
a { background-color: rgb(59,29,93); }
div.DivClassName
{
background-color: #3B1D5D;
}
.BgClassName
{
background-color: #3B1D5D;
}
</style>
border-color css
<style>
span { border-color: #3B1D5D; }
span { border-color: rgb(59,29,93); }
td.TdClassName
{
border-color: #3B1D5D;
}
.TagClassName
{
border-color: #3B1D5D;
}
</style>