Shades of Christalle #3D2568
Tints of Christalle #3D2568
RGB
CMYK
RGB Variations
Color information
#3D2568 (or 0x3D2568) is known color: Christalle. HEX triplet: 3D, 25 and 68. RGB value is (61,37,104). Sum of RGB (Red+Green+Blue) = 61+37+104=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #3D2568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2568 is #C2DA97. Grayscale: #333333. Windows color (decimal): -12769944 or 6825277. OLE color: 6825277.
HSL color Cylindrical-coordinate representation of color #3D2568: hue angle of 261.49º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D2568 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 61 | 37 | 104 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.59 |
| HSL | 261.49º | 0.48% | 0.28% | - |
| HSV(B) | 261.49º | 0.64% | 0.41% | - |
| XYZ | 5.08 | 3.31 | 13.47 | - |
| YUV | 51.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 104 | 0.41 | 0.64 | 0 | 0.59 | 261.49 | 0.48 | 0.28 |
| Hex | 3D | 25 | 68 | 29 | 40 | 0 | 3B | 105 | 30 | 1C |
| Octal | 75 | 45 | 150 | 51 | 100 | 0 | 73 | 405 | 60 | 34 |
| Binary | 111101 | 100101 | 1101000 | 101001 | 1000000 | 0 | 111011 | 100000101 | 110000 | 11100 |
Color Harmonies of #3D2568
Complementary color
Monochromatic Colors of #3D2568
Black with #3D2568
Text Example
Text Example
White with #3D2568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2568; }
p { color: rgb(61,37,104); }
H1.HeaderClassName
{
color: #3D2568;
}
.AnyTagClassName
{
color: #3D2568;
}
</style>
background-color css
<style>
a { background-color: #3D2568; }
a { background-color: rgb(61,37,104); }
div.DivClassName
{
background-color: #3D2568;
}
.BgClassName
{
background-color: #3D2568;
}
</style>
border-color css
<style>
span { border-color: #3D2568; }
span { border-color: rgb(61,37,104); }
td.TdClassName
{
border-color: #3D2568;
}
.TagClassName
{
border-color: #3D2568;
}
</style>