Shades of Christalle #3D2564
Tints of Christalle #3D2564
RGB
CMYK
RGB Variations
Color information
#3D2564 (or 0x3D2564) is known color: Christalle. HEX triplet: 3D, 25 and 64. RGB value is (61,37,100). Sum of RGB (Red+Green+Blue) = 61+37+100=198 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.81% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 100 (39.45% from 255 or 50.51% from 198); Max value from RGB is 100 - color contains mainly: blue. Hex color #3D2564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2564 is #C2DA9B. Grayscale: #333333. Windows color (decimal): -12769948 or 6563133. OLE color: 6563133.
HSL color Cylindrical-coordinate representation of color #3D2564: hue angle of 262.86º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D2564 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 37 | 100 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.61 |
| HSL | 262.86º | 0.46% | 0.27% | - |
| HSV(B) | 262.86º | 0.63% | 0.39% | - |
| XYZ | 4.89 | 3.24 | 12.42 | - |
| YUV | 51.36 | 155.45 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 100 | 0.39 | 0.63 | 0 | 0.61 | 262.86 | 0.46 | 0.27 |
| Hex | 3D | 25 | 64 | 27 | 3F | 0 | 3D | 107 | 2E | 1B |
| Octal | 75 | 45 | 144 | 47 | 77 | 0 | 75 | 407 | 56 | 33 |
| Binary | 111101 | 100101 | 1100100 | 100111 | 111111 | 0 | 111101 | 100000111 | 101110 | 11011 |
Color Harmonies of #3D2564
Complementary color
Monochromatic Colors of #3D2564
Black with #3D2564
Text Example
Text Example
White with #3D2564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2564; }
p { color: rgb(61,37,100); }
H1.HeaderClassName
{
color: #3D2564;
}
.AnyTagClassName
{
color: #3D2564;
}
</style>
background-color css
<style>
a { background-color: #3D2564; }
a { background-color: rgb(61,37,100); }
div.DivClassName
{
background-color: #3D2564;
}
.BgClassName
{
background-color: #3D2564;
}
</style>
border-color css
<style>
span { border-color: #3D2564; }
span { border-color: rgb(61,37,100); }
td.TdClassName
{
border-color: #3D2564;
}
.TagClassName
{
border-color: #3D2564;
}
</style>