Shades of Christalle #3B1755
Tints of Christalle #3B1755
RGB
CMYK
RGB Variations
Color information
#3B1755 (or 0x3B1755) is known color: Christalle. HEX triplet: 3B, 17 and 55. RGB value is (59,23,85). Sum of RGB (Red+Green+Blue) = 59+23+85=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #3B1755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1755 is #C4E8AA. Grayscale: #282828. Windows color (decimal): -12904619 or 5576507. OLE color: 5576507.
HSL color Cylindrical-coordinate representation of color #3B1755: hue angle of 274.84º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B1755 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 23 | 85 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.67 |
| HSL | 274.84º | 0.57% | 0.21% | - |
| HSV(B) | 274.84º | 0.73% | 0.33% | - |
| XYZ | 3.75 | 2.2 | 8.82 | - |
| YUV | 40.83 | 152.93 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 85 | 0.31 | 0.73 | 0 | 0.67 | 274.84 | 0.57 | 0.21 |
| Hex | 3B | 17 | 55 | 1F | 49 | 0 | 43 | 113 | 39 | 15 |
| Octal | 73 | 27 | 125 | 37 | 111 | 0 | 103 | 423 | 71 | 25 |
| Binary | 111011 | 10111 | 1010101 | 11111 | 1001001 | 0 | 1000011 | 100010011 | 111001 | 10101 |
Color Harmonies of #3B1755
Complementary color
Monochromatic Colors of #3B1755
Black with #3B1755
Text Example
Text Example
White with #3B1755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1755; }
p { color: rgb(59,23,85); }
H1.HeaderClassName
{
color: #3B1755;
}
.AnyTagClassName
{
color: #3B1755;
}
</style>
background-color css
<style>
a { background-color: #3B1755; }
a { background-color: rgb(59,23,85); }
div.DivClassName
{
background-color: #3B1755;
}
.BgClassName
{
background-color: #3B1755;
}
</style>
border-color css
<style>
span { border-color: #3B1755; }
span { border-color: rgb(59,23,85); }
td.TdClassName
{
border-color: #3B1755;
}
.TagClassName
{
border-color: #3B1755;
}
</style>