Shades of Christalle #3D155C
Tints of Christalle #3D155C
RGB
CMYK
RGB Variations
Color information
#3D155C (or 0x3D155C) is known color: Christalle. HEX triplet: 3D, 15 and 5C. RGB value is (61,21,92). Sum of RGB (Red+Green+Blue) = 61+21+92=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #3D155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D155C is #C2EAA3. Grayscale: #282828. Windows color (decimal): -12774052 or 6034749. OLE color: 6034749.
HSL color Cylindrical-coordinate representation of color #3D155C: hue angle of 273.8º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D155C is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 21 | 92 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.64 |
| HSL | 273.8º | 0.63% | 0.22% | - |
| HSV(B) | 273.8º | 0.77% | 0.36% | - |
| XYZ | 4.12 | 2.3 | 10.35 | - |
| YUV | 41.05 | 156.75 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 92 | 0.34 | 0.77 | 0 | 0.64 | 273.8 | 0.63 | 0.22 |
| Hex | 3D | 15 | 5C | 22 | 4D | 0 | 40 | 112 | 3F | 16 |
| Octal | 75 | 25 | 134 | 42 | 115 | 0 | 100 | 422 | 77 | 26 |
| Binary | 111101 | 10101 | 1011100 | 100010 | 1001101 | 0 | 1000000 | 100010010 | 111111 | 10110 |
Color Harmonies of #3D155C
Complementary color
Monochromatic Colors of #3D155C
Black with #3D155C
Text Example
Text Example
White with #3D155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D155C; }
p { color: rgb(61,21,92); }
H1.HeaderClassName
{
color: #3D155C;
}
.AnyTagClassName
{
color: #3D155C;
}
</style>
background-color css
<style>
a { background-color: #3D155C; }
a { background-color: rgb(61,21,92); }
div.DivClassName
{
background-color: #3D155C;
}
.BgClassName
{
background-color: #3D155C;
}
</style>
border-color css
<style>
span { border-color: #3D155C; }
span { border-color: rgb(61,21,92); }
td.TdClassName
{
border-color: #3D155C;
}
.TagClassName
{
border-color: #3D155C;
}
</style>