Shades of Christalle #3B115E
Tints of Christalle #3B115E
RGB
CMYK
RGB Variations
Color information
#3B115E (or 0x3B115E) is known color: Christalle. HEX triplet: 3B, 11 and 5E. RGB value is (59,17,94). Sum of RGB (Red+Green+Blue) = 59+17+94=170 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.71% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #3B115E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B115E is #C4EEA1. Grayscale: #262626. Windows color (decimal): -12906146 or 6164795. OLE color: 6164795.
HSL color Cylindrical-coordinate representation of color #3B115E: hue angle of 272.73º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B115E is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 59 | 17 | 94 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.63 |
| HSL | 272.73º | 0.69% | 0.22% | - |
| HSV(B) | 272.73º | 0.82% | 0.37% | - |
| XYZ | 4.02 | 2.14 | 10.79 | - |
| YUV | 38.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 94 | 0.37 | 0.82 | 0 | 0.63 | 272.73 | 0.69 | 0.22 |
| Hex | 3B | 11 | 5E | 25 | 52 | 0 | 3F | 111 | 45 | 16 |
| Octal | 73 | 21 | 136 | 45 | 122 | 0 | 77 | 421 | 105 | 26 |
| Binary | 111011 | 10001 | 1011110 | 100101 | 1010010 | 0 | 111111 | 100010001 | 1000101 | 10110 |
Color Harmonies of #3B115E
Complementary color
Monochromatic Colors of #3B115E
Black with #3B115E
Text Example
Text Example
White with #3B115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B115E; }
p { color: rgb(59,17,94); }
H1.HeaderClassName
{
color: #3B115E;
}
.AnyTagClassName
{
color: #3B115E;
}
</style>
background-color css
<style>
a { background-color: #3B115E; }
a { background-color: rgb(59,17,94); }
div.DivClassName
{
background-color: #3B115E;
}
.BgClassName
{
background-color: #3B115E;
}
</style>
border-color css
<style>
span { border-color: #3B115E; }
span { border-color: rgb(59,17,94); }
td.TdClassName
{
border-color: #3B115E;
}
.TagClassName
{
border-color: #3B115E;
}
</style>