Shades of Christalle #3D226D
Tints of Christalle #3D226D
RGB
CMYK
RGB Variations
Color information
#3D226D (or 0x3D226D) is known color: Christalle. HEX triplet: 3D, 22 and 6D. RGB value is (61,34,109). Sum of RGB (Red+Green+Blue) = 61+34+109=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D226D is #C2DD92. Grayscale: #323232. Windows color (decimal): -12770707 or 7152189. OLE color: 7152189.
HSL color Cylindrical-coordinate representation of color #3D226D: hue angle of 261.6º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D226D is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 34 | 109 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.57 |
| HSL | 261.6º | 0.52% | 0.28% | - |
| HSV(B) | 261.6º | 0.69% | 0.43% | - |
| XYZ | 5.26 | 3.24 | 14.82 | - |
| YUV | 50.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 109 | 0.44 | 0.69 | 0 | 0.57 | 261.6 | 0.52 | 0.28 |
| Hex | 3D | 22 | 6D | 2C | 45 | 0 | 39 | 106 | 34 | 1C |
| Octal | 75 | 42 | 155 | 54 | 105 | 0 | 71 | 406 | 64 | 34 |
| Binary | 111101 | 100010 | 1101101 | 101100 | 1000101 | 0 | 111001 | 100000110 | 110100 | 11100 |
Color Harmonies of #3D226D
Complementary color
Monochromatic Colors of #3D226D
Black with #3D226D
Text Example
Text Example
White with #3D226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D226D; }
p { color: rgb(61,34,109); }
H1.HeaderClassName
{
color: #3D226D;
}
.AnyTagClassName
{
color: #3D226D;
}
</style>
background-color css
<style>
a { background-color: #3D226D; }
a { background-color: rgb(61,34,109); }
div.DivClassName
{
background-color: #3D226D;
}
.BgClassName
{
background-color: #3D226D;
}
</style>
border-color css
<style>
span { border-color: #3D226D; }
span { border-color: rgb(61,34,109); }
td.TdClassName
{
border-color: #3D226D;
}
.TagClassName
{
border-color: #3D226D;
}
</style>