Shades of Christalle #3B1D60
Tints of Christalle #3B1D60
RGB
CMYK
RGB Variations
Color information
#3B1D60 (or 0x3B1D60) is known color: Christalle. HEX triplet: 3B, 1D and 60. RGB value is (59,29,96). Sum of RGB (Red+Green+Blue) = 59+29+96=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B1D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1D60 is #C4E29F. Grayscale: #2D2D2D. Windows color (decimal): -12903072 or 6298939. OLE color: 6298939.
HSL color Cylindrical-coordinate representation of color #3B1D60: hue angle of 266.87º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B1D60 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 29 | 96 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.62 |
| HSL | 266.87º | 0.54% | 0.25% | - |
| HSV(B) | 266.87º | 0.7% | 0.38% | - |
| XYZ | 4.35 | 2.65 | 11.35 | - |
| YUV | 45.61 | 156.44 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 96 | 0.39 | 0.70 | 0 | 0.62 | 266.87 | 0.54 | 0.25 |
| Hex | 3B | 1D | 60 | 27 | 46 | 0 | 3E | 10B | 36 | 19 |
| Octal | 73 | 35 | 140 | 47 | 106 | 0 | 76 | 413 | 66 | 31 |
| Binary | 111011 | 11101 | 1100000 | 100111 | 1000110 | 0 | 111110 | 100001011 | 110110 | 11001 |
Color Harmonies of #3B1D60
Complementary color
Monochromatic Colors of #3B1D60
Black with #3B1D60
Text Example
Text Example
White with #3B1D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D60; }
p { color: rgb(59,29,96); }
H1.HeaderClassName
{
color: #3B1D60;
}
.AnyTagClassName
{
color: #3B1D60;
}
</style>
background-color css
<style>
a { background-color: #3B1D60; }
a { background-color: rgb(59,29,96); }
div.DivClassName
{
background-color: #3B1D60;
}
.BgClassName
{
background-color: #3B1D60;
}
</style>
border-color css
<style>
span { border-color: #3B1D60; }
span { border-color: rgb(59,29,96); }
td.TdClassName
{
border-color: #3B1D60;
}
.TagClassName
{
border-color: #3B1D60;
}
</style>