Shades of Christalle #3B1265
Tints of Christalle #3B1265
RGB
CMYK
RGB Variations
Color information
#3B1265 (or 0x3B1265) is known color: Christalle. HEX triplet: 3B, 12 and 65. RGB value is (59,18,101). Sum of RGB (Red+Green+Blue) = 59+18+101=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #3B1265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1265 is #C4ED9A. Grayscale: #272727. Windows color (decimal): -12905883 or 6623803. OLE color: 6623803.
HSL color Cylindrical-coordinate representation of color #3B1265: hue angle of 269.64º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B1265 is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 59 | 18 | 101 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.60 |
| HSL | 269.64º | 0.7% | 0.23% | - |
| HSV(B) | 269.64º | 0.82% | 0.4% | - |
| XYZ | 4.37 | 2.3 | 12.53 | - |
| YUV | 39.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 18 | 101 | 0.42 | 0.82 | 0 | 0.60 | 269.64 | 0.7 | 0.23 |
| Hex | 3B | 12 | 65 | 2A | 52 | 0 | 3C | 10E | 46 | 17 |
| Octal | 73 | 22 | 145 | 52 | 122 | 0 | 74 | 416 | 106 | 27 |
| Binary | 111011 | 10010 | 1100101 | 101010 | 1010010 | 0 | 111100 | 100001110 | 1000110 | 10111 |
Color Harmonies of #3B1265
Complementary color
Monochromatic Colors of #3B1265
Black with #3B1265
Text Example
Text Example
White with #3B1265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1265; }
p { color: rgb(59,18,101); }
H1.HeaderClassName
{
color: #3B1265;
}
.AnyTagClassName
{
color: #3B1265;
}
</style>
background-color css
<style>
a { background-color: #3B1265; }
a { background-color: rgb(59,18,101); }
div.DivClassName
{
background-color: #3B1265;
}
.BgClassName
{
background-color: #3B1265;
}
</style>
border-color css
<style>
span { border-color: #3B1265; }
span { border-color: rgb(59,18,101); }
td.TdClassName
{
border-color: #3B1265;
}
.TagClassName
{
border-color: #3B1265;
}
</style>