Shades of Christalle #3D2868
Tints of Christalle #3D2868
RGB
CMYK
RGB Variations
Color information
#3D2868 (or 0x3D2868) is known color: Christalle. HEX triplet: 3D, 28 and 68. RGB value is (61,40,104). Sum of RGB (Red+Green+Blue) = 61+40+104=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #3D2868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2868 is #C2D797. Grayscale: #353535. Windows color (decimal): -12769176 or 6826045. OLE color: 6826045.
HSL color Cylindrical-coordinate representation of color #3D2868: hue angle of 259.69º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D2868 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 61 | 40 | 104 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.59 |
| HSL | 259.69º | 0.44% | 0.28% | - |
| HSV(B) | 259.69º | 0.62% | 0.41% | - |
| XYZ | 5.18 | 3.51 | 13.5 | - |
| YUV | 53.58 | 156.46 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 104 | 0.41 | 0.62 | 0 | 0.59 | 259.69 | 0.44 | 0.28 |
| Hex | 3D | 28 | 68 | 29 | 3E | 0 | 3B | 104 | 2C | 1C |
| Octal | 75 | 50 | 150 | 51 | 76 | 0 | 73 | 404 | 54 | 34 |
| Binary | 111101 | 101000 | 1101000 | 101001 | 111110 | 0 | 111011 | 100000100 | 101100 | 11100 |
Color Harmonies of #3D2868
Complementary color
Monochromatic Colors of #3D2868
Black with #3D2868
Text Example
Text Example
White with #3D2868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2868; }
p { color: rgb(61,40,104); }
H1.HeaderClassName
{
color: #3D2868;
}
.AnyTagClassName
{
color: #3D2868;
}
</style>
background-color css
<style>
a { background-color: #3D2868; }
a { background-color: rgb(61,40,104); }
div.DivClassName
{
background-color: #3D2868;
}
.BgClassName
{
background-color: #3D2868;
}
</style>
border-color css
<style>
span { border-color: #3D2868; }
span { border-color: rgb(61,40,104); }
td.TdClassName
{
border-color: #3D2868;
}
.TagClassName
{
border-color: #3D2868;
}
</style>