Shades of Christalle #3B1563
Tints of Christalle #3B1563
RGB
CMYK
RGB Variations
Color information
#3B1563 (or 0x3B1563) is known color: Christalle. HEX triplet: 3B, 15 and 63. RGB value is (59,21,99). Sum of RGB (Red+Green+Blue) = 59+21+99=179 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.96% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #3B1563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1563 is #C4EA9C. Grayscale: #282828. Windows color (decimal): -12905117 or 6493499. OLE color: 6493499.
HSL color Cylindrical-coordinate representation of color #3B1563: hue angle of 269.23º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B1563 is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 59 | 21 | 99 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.61 |
| HSL | 269.23º | 0.65% | 0.24% | - |
| HSV(B) | 269.23º | 0.79% | 0.39% | - |
| XYZ | 4.32 | 2.37 | 12.03 | - |
| YUV | 41.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 21 | 99 | 0.40 | 0.79 | 0 | 0.61 | 269.23 | 0.65 | 0.24 |
| Hex | 3B | 15 | 63 | 28 | 4F | 0 | 3D | 10D | 41 | 18 |
| Octal | 73 | 25 | 143 | 50 | 117 | 0 | 75 | 415 | 101 | 30 |
| Binary | 111011 | 10101 | 1100011 | 101000 | 1001111 | 0 | 111101 | 100001101 | 1000001 | 11000 |
Color Harmonies of #3B1563
Complementary color
Monochromatic Colors of #3B1563
Black with #3B1563
Text Example
Text Example
White with #3B1563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1563; }
p { color: rgb(59,21,99); }
H1.HeaderClassName
{
color: #3B1563;
}
.AnyTagClassName
{
color: #3B1563;
}
</style>
background-color css
<style>
a { background-color: #3B1563; }
a { background-color: rgb(59,21,99); }
div.DivClassName
{
background-color: #3B1563;
}
.BgClassName
{
background-color: #3B1563;
}
</style>
border-color css
<style>
span { border-color: #3B1563; }
span { border-color: rgb(59,21,99); }
td.TdClassName
{
border-color: #3B1563;
}
.TagClassName
{
border-color: #3B1563;
}
</style>