Shades of Christalle #3B135D
Tints of Christalle #3B135D
RGB
CMYK
RGB Variations
Color information
#3B135D (or 0x3B135D) is known color: Christalle. HEX triplet: 3B, 13 and 5D. RGB value is (59,19,93). Sum of RGB (Red+Green+Blue) = 59+19+93=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B135D is #C4ECA2. Grayscale: #272727. Windows color (decimal): -12905635 or 6099771. OLE color: 6099771.
HSL color Cylindrical-coordinate representation of color #3B135D: hue angle of 272.43º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B135D is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 19 | 93 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.64 |
| HSL | 272.43º | 0.66% | 0.22% | - |
| HSV(B) | 272.43º | 0.8% | 0.36% | - |
| XYZ | 4.01 | 2.19 | 10.57 | - |
| YUV | 39.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 19 | 93 | 0.37 | 0.80 | 0 | 0.64 | 272.43 | 0.66 | 0.22 |
| Hex | 3B | 13 | 5D | 25 | 50 | 0 | 40 | 110 | 42 | 16 |
| Octal | 73 | 23 | 135 | 45 | 120 | 0 | 100 | 420 | 102 | 26 |
| Binary | 111011 | 10011 | 1011101 | 100101 | 1010000 | 0 | 1000000 | 100010000 | 1000010 | 10110 |
Color Harmonies of #3B135D
Complementary color
Monochromatic Colors of #3B135D
Black with #3B135D
Text Example
Text Example
White with #3B135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B135D; }
p { color: rgb(59,19,93); }
H1.HeaderClassName
{
color: #3B135D;
}
.AnyTagClassName
{
color: #3B135D;
}
</style>
background-color css
<style>
a { background-color: #3B135D; }
a { background-color: rgb(59,19,93); }
div.DivClassName
{
background-color: #3B135D;
}
.BgClassName
{
background-color: #3B135D;
}
</style>
border-color css
<style>
span { border-color: #3B135D; }
span { border-color: rgb(59,19,93); }
td.TdClassName
{
border-color: #3B135D;
}
.TagClassName
{
border-color: #3B135D;
}
</style>