Shades of Christalle #3B0860
Tints of Christalle #3B0860
RGB
CMYK
RGB Variations
Color information
#3B0860 (or 0x3B0860) is known color: Christalle. HEX triplet: 3B, 08 and 60. RGB value is (59,8,96). Sum of RGB (Red+Green+Blue) = 59+8+96=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B0860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0860 is #C4F79F. Grayscale: #202020. Windows color (decimal): -12908448 or 6293563. OLE color: 6293563.
HSL color Cylindrical-coordinate representation of color #3B0860: hue angle of 274.77º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B0860 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 8 | 96 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.62 |
| HSL | 274.77º | 0.85% | 0.2% | - |
| HSV(B) | 274.77º | 0.92% | 0.38% | - |
| XYZ | 4 | 1.95 | 11.23 | - |
| YUV | 33.28 | 163.4 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 8 | 96 | 0.39 | 0.92 | 0 | 0.62 | 274.77 | 0.85 | 0.2 |
| Hex | 3B | 8 | 60 | 27 | 5C | 0 | 3E | 113 | 55 | 14 |
| Octal | 73 | 10 | 140 | 47 | 134 | 0 | 76 | 423 | 125 | 24 |
| Binary | 111011 | 1000 | 1100000 | 100111 | 1011100 | 0 | 111110 | 100010011 | 1010101 | 10100 |
Color Harmonies of #3B0860
Complementary color
Monochromatic Colors of #3B0860
Black with #3B0860
Text Example
Text Example
White with #3B0860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0860; }
p { color: rgb(59,8,96); }
H1.HeaderClassName
{
color: #3B0860;
}
.AnyTagClassName
{
color: #3B0860;
}
</style>
background-color css
<style>
a { background-color: #3B0860; }
a { background-color: rgb(59,8,96); }
div.DivClassName
{
background-color: #3B0860;
}
.BgClassName
{
background-color: #3B0860;
}
</style>
border-color css
<style>
span { border-color: #3B0860; }
span { border-color: rgb(59,8,96); }
td.TdClassName
{
border-color: #3B0860;
}
.TagClassName
{
border-color: #3B0860;
}
</style>