Shades of Christalle #3D1561
Tints of Christalle #3D1561
RGB
CMYK
RGB Variations
Color information
#3D1561 (or 0x3D1561) is known color: Christalle. HEX triplet: 3D, 15 and 61. RGB value is (61,21,97). Sum of RGB (Red+Green+Blue) = 61+21+97=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 97 (38.28% from 255 or 54.19% from 179); Max value from RGB is 97 - color contains mainly: blue. Hex color #3D1561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1561 is #C2EA9E. Grayscale: #292929. Windows color (decimal): -12774047 or 6362429. OLE color: 6362429.
HSL color Cylindrical-coordinate representation of color #3D1561: hue angle of 271.58º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D1561 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 21 | 97 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.62 |
| HSL | 271.58º | 0.64% | 0.23% | - |
| HSV(B) | 271.58º | 0.78% | 0.38% | - |
| XYZ | 4.35 | 2.39 | 11.54 | - |
| YUV | 41.62 | 159.25 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 97 | 0.37 | 0.78 | 0 | 0.62 | 271.58 | 0.64 | 0.23 |
| Hex | 3D | 15 | 61 | 25 | 4E | 0 | 3E | 110 | 40 | 17 |
| Octal | 75 | 25 | 141 | 45 | 116 | 0 | 76 | 420 | 100 | 27 |
| Binary | 111101 | 10101 | 1100001 | 100101 | 1001110 | 0 | 111110 | 100010000 | 1000000 | 10111 |
Color Harmonies of #3D1561
Complementary color
Monochromatic Colors of #3D1561
Black with #3D1561
Text Example
Text Example
White with #3D1561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1561; }
p { color: rgb(61,21,97); }
H1.HeaderClassName
{
color: #3D1561;
}
.AnyTagClassName
{
color: #3D1561;
}
</style>
background-color css
<style>
a { background-color: #3D1561; }
a { background-color: rgb(61,21,97); }
div.DivClassName
{
background-color: #3D1561;
}
.BgClassName
{
background-color: #3D1561;
}
</style>
border-color css
<style>
span { border-color: #3D1561; }
span { border-color: rgb(61,21,97); }
td.TdClassName
{
border-color: #3D1561;
}
.TagClassName
{
border-color: #3D1561;
}
</style>