Shades of Christalle #3D1963
Tints of Christalle #3D1963
RGB
CMYK
RGB Variations
Color information
#3D1963 (or 0x3D1963) is known color: Christalle. HEX triplet: 3D, 19 and 63. RGB value is (61,25,99). Sum of RGB (Red+Green+Blue) = 61+25+99=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #3D1963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1963 is #C2E69C. Grayscale: #2B2B2B. Windows color (decimal): -12773021 or 6494525. OLE color: 6494525.
HSL color Cylindrical-coordinate representation of color #3D1963: hue angle of 269.19º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D1963 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 25 | 99 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.61 |
| HSL | 269.19º | 0.6% | 0.24% | - |
| HSV(B) | 269.19º | 0.75% | 0.39% | - |
| XYZ | 4.52 | 2.59 | 12.07 | - |
| YUV | 44.2 | 158.93 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 99 | 0.38 | 0.75 | 0 | 0.61 | 269.19 | 0.6 | 0.24 |
| Hex | 3D | 19 | 63 | 26 | 4B | 0 | 3D | 10D | 3C | 18 |
| Octal | 75 | 31 | 143 | 46 | 113 | 0 | 75 | 415 | 74 | 30 |
| Binary | 111101 | 11001 | 1100011 | 100110 | 1001011 | 0 | 111101 | 100001101 | 111100 | 11000 |
Color Harmonies of #3D1963
Complementary color
Monochromatic Colors of #3D1963
Black with #3D1963
Text Example
Text Example
White with #3D1963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1963; }
p { color: rgb(61,25,99); }
H1.HeaderClassName
{
color: #3D1963;
}
.AnyTagClassName
{
color: #3D1963;
}
</style>
background-color css
<style>
a { background-color: #3D1963; }
a { background-color: rgb(61,25,99); }
div.DivClassName
{
background-color: #3D1963;
}
.BgClassName
{
background-color: #3D1963;
}
</style>
border-color css
<style>
span { border-color: #3D1963; }
span { border-color: rgb(61,25,99); }
td.TdClassName
{
border-color: #3D1963;
}
.TagClassName
{
border-color: #3D1963;
}
</style>