Shades of Christalle #3B275D
Tints of Christalle #3B275D
RGB
CMYK
RGB Variations
Color information
#3B275D (or 0x3B275D) is known color: Christalle. HEX triplet: 3B, 27 and 5D. RGB value is (59,39,93). Sum of RGB (Red+Green+Blue) = 59+39+93=191 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.89% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B275D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B275D is #C4D8A2. Grayscale: #323232. Windows color (decimal): -12900515 or 6104891. OLE color: 6104891.
HSL color Cylindrical-coordinate representation of color #3B275D: hue angle of 262.22º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B275D is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 39 | 93 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.64 |
| HSL | 262.22º | 0.41% | 0.26% | - |
| HSV(B) | 262.22º | 0.58% | 0.36% | - |
| XYZ | 4.5 | 3.17 | 10.73 | - |
| YUV | 51.14 | 151.63 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 93 | 0.37 | 0.58 | 0 | 0.64 | 262.22 | 0.41 | 0.26 |
| Hex | 3B | 27 | 5D | 25 | 3A | 0 | 40 | 106 | 29 | 1A |
| Octal | 73 | 47 | 135 | 45 | 72 | 0 | 100 | 406 | 51 | 32 |
| Binary | 111011 | 100111 | 1011101 | 100101 | 111010 | 0 | 1000000 | 100000110 | 101001 | 11010 |
Color Harmonies of #3B275D
Complementary color
Monochromatic Colors of #3B275D
Black with #3B275D
Text Example
Text Example
White with #3B275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B275D; }
p { color: rgb(59,39,93); }
H1.HeaderClassName
{
color: #3B275D;
}
.AnyTagClassName
{
color: #3B275D;
}
</style>
background-color css
<style>
a { background-color: #3B275D; }
a { background-color: rgb(59,39,93); }
div.DivClassName
{
background-color: #3B275D;
}
.BgClassName
{
background-color: #3B275D;
}
</style>
border-color css
<style>
span { border-color: #3B275D; }
span { border-color: rgb(59,39,93); }
td.TdClassName
{
border-color: #3B275D;
}
.TagClassName
{
border-color: #3B275D;
}
</style>