Shades of Christalle #3B185F
Tints of Christalle #3B185F
RGB
CMYK
RGB Variations
Color information
#3B185F (or 0x3B185F) is known color: Christalle. HEX triplet: 3B, 18 and 5F. RGB value is (59,24,95). Sum of RGB (Red+Green+Blue) = 59+24+95=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #3B185F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B185F is #C4E7A0. Grayscale: #2A2A2A. Windows color (decimal): -12904353 or 6232123. OLE color: 6232123.
HSL color Cylindrical-coordinate representation of color #3B185F: hue angle of 269.58º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B185F is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 59 | 24 | 95 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.63 |
| HSL | 269.58º | 0.6% | 0.23% | - |
| HSV(B) | 269.58º | 0.75% | 0.37% | - |
| XYZ | 4.2 | 2.41 | 11.07 | - |
| YUV | 42.56 | 157.6 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 95 | 0.38 | 0.75 | 0 | 0.63 | 269.58 | 0.6 | 0.23 |
| Hex | 3B | 18 | 5F | 26 | 4B | 0 | 3F | 10E | 3C | 17 |
| Octal | 73 | 30 | 137 | 46 | 113 | 0 | 77 | 416 | 74 | 27 |
| Binary | 111011 | 11000 | 1011111 | 100110 | 1001011 | 0 | 111111 | 100001110 | 111100 | 10111 |
Color Harmonies of #3B185F
Complementary color
Monochromatic Colors of #3B185F
Black with #3B185F
Text Example
Text Example
White with #3B185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B185F; }
p { color: rgb(59,24,95); }
H1.HeaderClassName
{
color: #3B185F;
}
.AnyTagClassName
{
color: #3B185F;
}
</style>
background-color css
<style>
a { background-color: #3B185F; }
a { background-color: rgb(59,24,95); }
div.DivClassName
{
background-color: #3B185F;
}
.BgClassName
{
background-color: #3B185F;
}
</style>
border-color css
<style>
span { border-color: #3B185F; }
span { border-color: rgb(59,24,95); }
td.TdClassName
{
border-color: #3B185F;
}
.TagClassName
{
border-color: #3B185F;
}
</style>