Shades of Christalle #3D216D
Tints of Christalle #3D216D
RGB
CMYK
RGB Variations
Color information
#3D216D (or 0x3D216D) is known color: Christalle. HEX triplet: 3D, 21 and 6D. RGB value is (61,33,109). Sum of RGB (Red+Green+Blue) = 61+33+109=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D216D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D216D is #C2DE92. Grayscale: #313131. Windows color (decimal): -12770963 or 7151933. OLE color: 7151933.
HSL color Cylindrical-coordinate representation of color #3D216D: hue angle of 262.11º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D216D is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 33 | 109 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.57 |
| HSL | 262.11º | 0.54% | 0.28% | - |
| HSV(B) | 262.11º | 0.7% | 0.43% | - |
| XYZ | 5.23 | 3.18 | 14.81 | - |
| YUV | 50.04 | 161.28 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 109 | 0.44 | 0.70 | 0 | 0.57 | 262.11 | 0.54 | 0.28 |
| Hex | 3D | 21 | 6D | 2C | 46 | 0 | 39 | 106 | 36 | 1C |
| Octal | 75 | 41 | 155 | 54 | 106 | 0 | 71 | 406 | 66 | 34 |
| Binary | 111101 | 100001 | 1101101 | 101100 | 1000110 | 0 | 111001 | 100000110 | 110110 | 11100 |
Color Harmonies of #3D216D
Complementary color
Monochromatic Colors of #3D216D
Black with #3D216D
Text Example
Text Example
White with #3D216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D216D; }
p { color: rgb(61,33,109); }
H1.HeaderClassName
{
color: #3D216D;
}
.AnyTagClassName
{
color: #3D216D;
}
</style>
background-color css
<style>
a { background-color: #3D216D; }
a { background-color: rgb(61,33,109); }
div.DivClassName
{
background-color: #3D216D;
}
.BgClassName
{
background-color: #3D216D;
}
</style>
border-color css
<style>
span { border-color: #3D216D; }
span { border-color: rgb(61,33,109); }
td.TdClassName
{
border-color: #3D216D;
}
.TagClassName
{
border-color: #3D216D;
}
</style>