Shades of Christalle #3D2465
Tints of Christalle #3D2465
RGB
CMYK
RGB Variations
Color information
#3D2465 (or 0x3D2465) is known color: Christalle. HEX triplet: 3D, 24 and 65. RGB value is (61,36,101). Sum of RGB (Red+Green+Blue) = 61+36+101=198 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.81% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #3D2465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2465 is #C2DB9A. Grayscale: #323232. Windows color (decimal): -12770203 or 6628413. OLE color: 6628413.
HSL color Cylindrical-coordinate representation of color #3D2465: hue angle of 263.08º 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 #3D2465 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 36 | 101 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.60 |
| HSL | 263.08º | 0.47% | 0.27% | - |
| HSV(B) | 263.08º | 0.64% | 0.4% | - |
| XYZ | 4.9 | 3.19 | 12.67 | - |
| YUV | 50.89 | 156.28 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 36 | 101 | 0.40 | 0.64 | 0 | 0.60 | 263.08 | 0.47 | 0.27 |
| Hex | 3D | 24 | 65 | 28 | 40 | 0 | 3C | 107 | 2F | 1B |
| Octal | 75 | 44 | 145 | 50 | 100 | 0 | 74 | 407 | 57 | 33 |
| Binary | 111101 | 100100 | 1100101 | 101000 | 1000000 | 0 | 111100 | 100000111 | 101111 | 11011 |
Color Harmonies of #3D2465
Complementary color
Monochromatic Colors of #3D2465
Black with #3D2465
Text Example
Text Example
White with #3D2465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2465; }
p { color: rgb(61,36,101); }
H1.HeaderClassName
{
color: #3D2465;
}
.AnyTagClassName
{
color: #3D2465;
}
</style>
background-color css
<style>
a { background-color: #3D2465; }
a { background-color: rgb(61,36,101); }
div.DivClassName
{
background-color: #3D2465;
}
.BgClassName
{
background-color: #3D2465;
}
</style>
border-color css
<style>
span { border-color: #3D2465; }
span { border-color: rgb(61,36,101); }
td.TdClassName
{
border-color: #3D2465;
}
.TagClassName
{
border-color: #3D2465;
}
</style>