Shades of Christalle #3D2860
Tints of Christalle #3D2860
RGB
CMYK
RGB Variations
Color information
#3D2860 (or 0x3D2860) is known color: Christalle. HEX triplet: 3D, 28 and 60. RGB value is (61,40,96). Sum of RGB (Red+Green+Blue) = 61+40+96=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #3D2860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2860 is #C2D79F. Grayscale: #343434. Windows color (decimal): -12769184 or 6301757. OLE color: 6301757.
HSL color Cylindrical-coordinate representation of color #3D2860: hue angle of 262.5º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D2860 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 40 | 96 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.62 |
| HSL | 262.5º | 0.41% | 0.27% | - |
| HSV(B) | 262.5º | 0.58% | 0.38% | - |
| XYZ | 4.79 | 3.35 | 11.46 | - |
| YUV | 52.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 96 | 0.36 | 0.58 | 0 | 0.62 | 262.5 | 0.41 | 0.27 |
| Hex | 3D | 28 | 60 | 24 | 3A | 0 | 3E | 106 | 29 | 1B |
| Octal | 75 | 50 | 140 | 44 | 72 | 0 | 76 | 406 | 51 | 33 |
| Binary | 111101 | 101000 | 1100000 | 100100 | 111010 | 0 | 111110 | 100000110 | 101001 | 11011 |
Color Harmonies of #3D2860
Complementary color
Monochromatic Colors of #3D2860
Black with #3D2860
Text Example
Text Example
White with #3D2860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2860; }
p { color: rgb(61,40,96); }
H1.HeaderClassName
{
color: #3D2860;
}
.AnyTagClassName
{
color: #3D2860;
}
</style>
background-color css
<style>
a { background-color: #3D2860; }
a { background-color: rgb(61,40,96); }
div.DivClassName
{
background-color: #3D2860;
}
.BgClassName
{
background-color: #3D2860;
}
</style>
border-color css
<style>
span { border-color: #3D2860; }
span { border-color: rgb(61,40,96); }
td.TdClassName
{
border-color: #3D2860;
}
.TagClassName
{
border-color: #3D2860;
}
</style>