Shades of Christalle #3D2566
Tints of Christalle #3D2566
RGB
CMYK
RGB Variations
Color information
#3D2566 (or 0x3D2566) is known color: Christalle. HEX triplet: 3D, 25 and 66. RGB value is (61,37,102). Sum of RGB (Red+Green+Blue) = 61+37+102=200 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D2566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2566 is #C2DA99. Grayscale: #333333. Windows color (decimal): -12769946 or 6694205. OLE color: 6694205.
HSL color Cylindrical-coordinate representation of color #3D2566: hue angle of 262.15º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D2566 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 61 | 37 | 102 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.6 |
| HSL | 262.15º | 0.47% | 0.27% | - |
| HSV(B) | 262.15º | 0.64% | 0.4% | - |
| XYZ | 4.98 | 3.27 | 12.94 | - |
| YUV | 51.59 | 156.45 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 102 | 0.40 | 0.64 | 0 | 0.6 | 262.15 | 0.47 | 0.27 |
| Hex | 3D | 25 | 66 | 28 | 40 | 0 | 3C | 106 | 2F | 1B |
| Octal | 75 | 45 | 146 | 50 | 100 | 0 | 74 | 406 | 57 | 33 |
| Binary | 111101 | 100101 | 1100110 | 101000 | 1000000 | 0 | 111100 | 100000110 | 101111 | 11011 |
Color Harmonies of #3D2566
Complementary color
Monochromatic Colors of #3D2566
Black with #3D2566
Text Example
Text Example
White with #3D2566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2566; }
p { color: rgb(61,37,102); }
H1.HeaderClassName
{
color: #3D2566;
}
.AnyTagClassName
{
color: #3D2566;
}
</style>
background-color css
<style>
a { background-color: #3D2566; }
a { background-color: rgb(61,37,102); }
div.DivClassName
{
background-color: #3D2566;
}
.BgClassName
{
background-color: #3D2566;
}
</style>
border-color css
<style>
span { border-color: #3D2566; }
span { border-color: rgb(61,37,102); }
td.TdClassName
{
border-color: #3D2566;
}
.TagClassName
{
border-color: #3D2566;
}
</style>