Shades of Christalle #3B295E
Tints of Christalle #3B295E
RGB
CMYK
RGB Variations
Color information
#3B295E (or 0x3B295E) is known color: Christalle. HEX triplet: 3B, 29 and 5E. RGB value is (59,41,94). Sum of RGB (Red+Green+Blue) = 59+41+94=194 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.41% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #3B295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B295E is #C4D6A1. Grayscale: #343434. Windows color (decimal): -12900002 or 6170939. OLE color: 6170939.
HSL color Cylindrical-coordinate representation of color #3B295E: hue angle of 260.38º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B295E is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 59 | 41 | 94 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.63 |
| HSL | 260.38º | 0.39% | 0.26% | - |
| HSV(B) | 260.38º | 0.56% | 0.37% | - |
| XYZ | 4.62 | 3.32 | 10.99 | - |
| YUV | 52.42 | 151.46 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 41 | 94 | 0.37 | 0.56 | 0 | 0.63 | 260.38 | 0.39 | 0.26 |
| Hex | 3B | 29 | 5E | 25 | 38 | 0 | 3F | 104 | 27 | 1A |
| Octal | 73 | 51 | 136 | 45 | 70 | 0 | 77 | 404 | 47 | 32 |
| Binary | 111011 | 101001 | 1011110 | 100101 | 111000 | 0 | 111111 | 100000100 | 100111 | 11010 |
Color Harmonies of #3B295E
Complementary color
Monochromatic Colors of #3B295E
Black with #3B295E
Text Example
Text Example
White with #3B295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B295E; }
p { color: rgb(59,41,94); }
H1.HeaderClassName
{
color: #3B295E;
}
.AnyTagClassName
{
color: #3B295E;
}
</style>
background-color css
<style>
a { background-color: #3B295E; }
a { background-color: rgb(59,41,94); }
div.DivClassName
{
background-color: #3B295E;
}
.BgClassName
{
background-color: #3B295E;
}
</style>
border-color css
<style>
span { border-color: #3B295E; }
span { border-color: rgb(59,41,94); }
td.TdClassName
{
border-color: #3B295E;
}
.TagClassName
{
border-color: #3B295E;
}
</style>