Shades of Christalle #3D2A65
Tints of Christalle #3D2A65
RGB
CMYK
RGB Variations
Color information
#3D2A65 (or 0x3D2A65) is known color: Christalle. HEX triplet: 3D, 2A and 65. RGB value is (61,42,101). Sum of RGB (Red+Green+Blue) = 61+42+101=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #3D2A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2A65 is #C2D59A. Grayscale: #363636. Windows color (decimal): -12768667 or 6629949. OLE color: 6629949.
HSL color Cylindrical-coordinate representation of color #3D2A65: hue angle of 259.32º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D2A65 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 42 | 101 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.60 |
| HSL | 259.32º | 0.41% | 0.28% | - |
| HSV(B) | 259.32º | 0.58% | 0.4% | - |
| XYZ | 5.1 | 3.59 | 12.74 | - |
| YUV | 54.41 | 154.29 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 42 | 101 | 0.40 | 0.58 | 0 | 0.60 | 259.32 | 0.41 | 0.28 |
| Hex | 3D | 2A | 65 | 28 | 3A | 0 | 3C | 103 | 29 | 1C |
| Octal | 75 | 52 | 145 | 50 | 72 | 0 | 74 | 403 | 51 | 34 |
| Binary | 111101 | 101010 | 1100101 | 101000 | 111010 | 0 | 111100 | 100000011 | 101001 | 11100 |
Color Harmonies of #3D2A65
Complementary color
Monochromatic Colors of #3D2A65
Black with #3D2A65
Text Example
Text Example
White with #3D2A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2A65; }
p { color: rgb(61,42,101); }
H1.HeaderClassName
{
color: #3D2A65;
}
.AnyTagClassName
{
color: #3D2A65;
}
</style>
background-color css
<style>
a { background-color: #3D2A65; }
a { background-color: rgb(61,42,101); }
div.DivClassName
{
background-color: #3D2A65;
}
.BgClassName
{
background-color: #3D2A65;
}
</style>
border-color css
<style>
span { border-color: #3D2A65; }
span { border-color: rgb(61,42,101); }
td.TdClassName
{
border-color: #3D2A65;
}
.TagClassName
{
border-color: #3D2A65;
}
</style>