Shades of Christalle #3D236D
Tints of Christalle #3D236D
RGB
CMYK
RGB Variations
Color information
#3D236D (or 0x3D236D) is known color: Christalle. HEX triplet: 3D, 23 and 6D. RGB value is (61,35,109). Sum of RGB (Red+Green+Blue) = 61+35+109=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D236D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D236D is #C2DC92. Grayscale: #323232. Windows color (decimal): -12770451 or 7152445. OLE color: 7152445.
HSL color Cylindrical-coordinate representation of color #3D236D: hue angle of 261.08º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D236D is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 35 | 109 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.57 |
| HSL | 261.08º | 0.51% | 0.28% | - |
| HSV(B) | 261.08º | 0.68% | 0.43% | - |
| XYZ | 5.29 | 3.3 | 14.83 | - |
| YUV | 51.21 | 160.61 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 35 | 109 | 0.44 | 0.68 | 0 | 0.57 | 261.08 | 0.51 | 0.28 |
| Hex | 3D | 23 | 6D | 2C | 44 | 0 | 39 | 105 | 33 | 1C |
| Octal | 75 | 43 | 155 | 54 | 104 | 0 | 71 | 405 | 63 | 34 |
| Binary | 111101 | 100011 | 1101101 | 101100 | 1000100 | 0 | 111001 | 100000101 | 110011 | 11100 |
Color Harmonies of #3D236D
Complementary color
Monochromatic Colors of #3D236D
Black with #3D236D
Text Example
Text Example
White with #3D236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D236D; }
p { color: rgb(61,35,109); }
H1.HeaderClassName
{
color: #3D236D;
}
.AnyTagClassName
{
color: #3D236D;
}
</style>
background-color css
<style>
a { background-color: #3D236D; }
a { background-color: rgb(61,35,109); }
div.DivClassName
{
background-color: #3D236D;
}
.BgClassName
{
background-color: #3D236D;
}
</style>
border-color css
<style>
span { border-color: #3D236D; }
span { border-color: rgb(61,35,109); }
td.TdClassName
{
border-color: #3D236D;
}
.TagClassName
{
border-color: #3D236D;
}
</style>