Shades of Christalle #3B1760
Tints of Christalle #3B1760
RGB
CMYK
RGB Variations
Color information
#3B1760 (or 0x3B1760) is known color: Christalle. HEX triplet: 3B, 17 and 60. RGB value is (59,23,96). Sum of RGB (Red+Green+Blue) = 59+23+96=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B1760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1760 is #C4E89F. Grayscale: #292929. Windows color (decimal): -12904608 or 6297403. OLE color: 6297403.
HSL color Cylindrical-coordinate representation of color #3B1760: hue angle of 269.59º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B1760 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 23 | 96 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.62 |
| HSL | 269.59º | 0.61% | 0.23% | - |
| HSV(B) | 269.59º | 0.76% | 0.38% | - |
| XYZ | 4.22 | 2.39 | 11.3 | - |
| YUV | 42.09 | 158.43 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 96 | 0.39 | 0.76 | 0 | 0.62 | 269.59 | 0.61 | 0.23 |
| Hex | 3B | 17 | 60 | 27 | 4C | 0 | 3E | 10E | 3D | 17 |
| Octal | 73 | 27 | 140 | 47 | 114 | 0 | 76 | 416 | 75 | 27 |
| Binary | 111011 | 10111 | 1100000 | 100111 | 1001100 | 0 | 111110 | 100001110 | 111101 | 10111 |
Color Harmonies of #3B1760
Complementary color
Monochromatic Colors of #3B1760
Black with #3B1760
Text Example
Text Example
White with #3B1760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1760; }
p { color: rgb(59,23,96); }
H1.HeaderClassName
{
color: #3B1760;
}
.AnyTagClassName
{
color: #3B1760;
}
</style>
background-color css
<style>
a { background-color: #3B1760; }
a { background-color: rgb(59,23,96); }
div.DivClassName
{
background-color: #3B1760;
}
.BgClassName
{
background-color: #3B1760;
}
</style>
border-color css
<style>
span { border-color: #3B1760; }
span { border-color: rgb(59,23,96); }
td.TdClassName
{
border-color: #3B1760;
}
.TagClassName
{
border-color: #3B1760;
}
</style>