Shades of Christalle #3B1D59
Tints of Christalle #3B1D59
RGB
CMYK
RGB Variations
Color information
#3B1D59 (or 0x3B1D59) is known color: Christalle. HEX triplet: 3B, 1D and 59. RGB value is (59,29,89). Sum of RGB (Red+Green+Blue) = 59+29+89=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B1D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1D59 is #C4E2A6. Grayscale: #2C2C2C. Windows color (decimal): -12903079 or 5840187. OLE color: 5840187.
HSL color Cylindrical-coordinate representation of color #3B1D59: hue angle of 270º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B1D59 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 29 | 89 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.65 |
| HSL | 270º | 0.51% | 0.23% | - |
| HSV(B) | 270º | 0.67% | 0.35% | - |
| XYZ | 4.05 | 2.53 | 9.73 | - |
| YUV | 44.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 89 | 0.34 | 0.67 | 0 | 0.65 | 270 | 0.51 | 0.23 |
| Hex | 3B | 1D | 59 | 22 | 43 | 0 | 41 | 10E | 33 | 17 |
| Octal | 73 | 35 | 131 | 42 | 103 | 0 | 101 | 416 | 63 | 27 |
| Binary | 111011 | 11101 | 1011001 | 100010 | 1000011 | 0 | 1000001 | 100001110 | 110011 | 10111 |
Color Harmonies of #3B1D59
Complementary color
Monochromatic Colors of #3B1D59
Black with #3B1D59
Text Example
Text Example
White with #3B1D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D59; }
p { color: rgb(59,29,89); }
H1.HeaderClassName
{
color: #3B1D59;
}
.AnyTagClassName
{
color: #3B1D59;
}
</style>
background-color css
<style>
a { background-color: #3B1D59; }
a { background-color: rgb(59,29,89); }
div.DivClassName
{
background-color: #3B1D59;
}
.BgClassName
{
background-color: #3B1D59;
}
</style>
border-color css
<style>
span { border-color: #3B1D59; }
span { border-color: rgb(59,29,89); }
td.TdClassName
{
border-color: #3B1D59;
}
.TagClassName
{
border-color: #3B1D59;
}
</style>