Shades of Christalle #3D295D
Tints of Christalle #3D295D
RGB
CMYK
RGB Variations
Color information
#3D295D (or 0x3D295D) is known color: Christalle. HEX triplet: 3D, 29 and 5D. RGB value is (61,41,93). Sum of RGB (Red+Green+Blue) = 61+41+93=195 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.28% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #3D295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D295D is #C2D6A2. Grayscale: #343434. Windows color (decimal): -12768931 or 6105405. OLE color: 6105405.
HSL color Cylindrical-coordinate representation of color #3D295D: hue angle of 263.08º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D295D is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 41 | 93 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.64 |
| HSL | 263.08º | 0.39% | 0.26% | - |
| HSV(B) | 263.08º | 0.56% | 0.36% | - |
| XYZ | 4.69 | 3.37 | 10.76 | - |
| YUV | 52.91 | 150.63 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 93 | 0.34 | 0.56 | 0 | 0.64 | 263.08 | 0.39 | 0.26 |
| Hex | 3D | 29 | 5D | 22 | 38 | 0 | 40 | 107 | 27 | 1A |
| Octal | 75 | 51 | 135 | 42 | 70 | 0 | 100 | 407 | 47 | 32 |
| Binary | 111101 | 101001 | 1011101 | 100010 | 111000 | 0 | 1000000 | 100000111 | 100111 | 11010 |
Color Harmonies of #3D295D
Complementary color
Monochromatic Colors of #3D295D
Black with #3D295D
Text Example
Text Example
White with #3D295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D295D; }
p { color: rgb(61,41,93); }
H1.HeaderClassName
{
color: #3D295D;
}
.AnyTagClassName
{
color: #3D295D;
}
</style>
background-color css
<style>
a { background-color: #3D295D; }
a { background-color: rgb(61,41,93); }
div.DivClassName
{
background-color: #3D295D;
}
.BgClassName
{
background-color: #3D295D;
}
</style>
border-color css
<style>
span { border-color: #3D295D; }
span { border-color: rgb(61,41,93); }
td.TdClassName
{
border-color: #3D295D;
}
.TagClassName
{
border-color: #3D295D;
}
</style>