Shades of Christalle #3B2260
Tints of Christalle #3B2260
RGB
CMYK
RGB Variations
Color information
#3B2260 (or 0x3B2260) is known color: Christalle. HEX triplet: 3B, 22 and 60. RGB value is (59,34,96). Sum of RGB (Red+Green+Blue) = 59+34+96=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B2260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2260 is #C4DD9F. Grayscale: #303030. Windows color (decimal): -12901792 or 6300219. OLE color: 6300219.
HSL color Cylindrical-coordinate representation of color #3B2260: hue angle of 264.19º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B2260 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 34 | 96 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.62 |
| HSL | 264.19º | 0.48% | 0.25% | - |
| HSV(B) | 264.19º | 0.65% | 0.38% | - |
| XYZ | 4.49 | 2.92 | 11.39 | - |
| YUV | 48.54 | 154.78 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 34 | 96 | 0.39 | 0.65 | 0 | 0.62 | 264.19 | 0.48 | 0.25 |
| Hex | 3B | 22 | 60 | 27 | 41 | 0 | 3E | 108 | 30 | 19 |
| Octal | 73 | 42 | 140 | 47 | 101 | 0 | 76 | 410 | 60 | 31 |
| Binary | 111011 | 100010 | 1100000 | 100111 | 1000001 | 0 | 111110 | 100001000 | 110000 | 11001 |
Color Harmonies of #3B2260
Complementary color
Monochromatic Colors of #3B2260
Black with #3B2260
Text Example
Text Example
White with #3B2260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2260; }
p { color: rgb(59,34,96); }
H1.HeaderClassName
{
color: #3B2260;
}
.AnyTagClassName
{
color: #3B2260;
}
</style>
background-color css
<style>
a { background-color: #3B2260; }
a { background-color: rgb(59,34,96); }
div.DivClassName
{
background-color: #3B2260;
}
.BgClassName
{
background-color: #3B2260;
}
</style>
border-color css
<style>
span { border-color: #3B2260; }
span { border-color: rgb(59,34,96); }
td.TdClassName
{
border-color: #3B2260;
}
.TagClassName
{
border-color: #3B2260;
}
</style>