Shades of Christalle #3B1059
Tints of Christalle #3B1059
RGB
CMYK
RGB Variations
Color information
#3B1059 (or 0x3B1059) is known color: Christalle. HEX triplet: 3B, 10 and 59. RGB value is (59,16,89). Sum of RGB (Red+Green+Blue) = 59+16+89=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B1059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1059 is #C4EFA6. Grayscale: #242424. Windows color (decimal): -12906407 or 5836859. OLE color: 5836859.
HSL color Cylindrical-coordinate representation of color #3B1059: hue angle of 275.34º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B1059 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 16 | 89 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.65 |
| HSL | 275.34º | 0.7% | 0.21% | - |
| HSV(B) | 275.34º | 0.82% | 0.35% | - |
| XYZ | 3.79 | 2.02 | 9.64 | - |
| YUV | 37.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 16 | 89 | 0.34 | 0.82 | 0 | 0.65 | 275.34 | 0.7 | 0.21 |
| Hex | 3B | 10 | 59 | 22 | 52 | 0 | 41 | 113 | 46 | 15 |
| Octal | 73 | 20 | 131 | 42 | 122 | 0 | 101 | 423 | 106 | 25 |
| Binary | 111011 | 10000 | 1011001 | 100010 | 1010010 | 0 | 1000001 | 100010011 | 1000110 | 10101 |
Color Harmonies of #3B1059
Complementary color
Monochromatic Colors of #3B1059
Black with #3B1059
Text Example
Text Example
White with #3B1059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1059; }
p { color: rgb(59,16,89); }
H1.HeaderClassName
{
color: #3B1059;
}
.AnyTagClassName
{
color: #3B1059;
}
</style>
background-color css
<style>
a { background-color: #3B1059; }
a { background-color: rgb(59,16,89); }
div.DivClassName
{
background-color: #3B1059;
}
.BgClassName
{
background-color: #3B1059;
}
</style>
border-color css
<style>
span { border-color: #3B1059; }
span { border-color: rgb(59,16,89); }
td.TdClassName
{
border-color: #3B1059;
}
.TagClassName
{
border-color: #3B1059;
}
</style>