Shades of Christalle #3D2A63
Tints of Christalle #3D2A63
RGB
CMYK
RGB Variations
Color information
#3D2A63 (or 0x3D2A63) is known color: Christalle. HEX triplet: 3D, 2A and 63. RGB value is (61,42,99). Sum of RGB (Red+Green+Blue) = 61+42+99=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #3D2A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2A63 is #C2D59C. Grayscale: #353535. Windows color (decimal): -12768669 or 6498877. OLE color: 6498877.
HSL color Cylindrical-coordinate representation of color #3D2A63: hue angle of 260º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D2A63 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 42 | 99 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.61 |
| HSL | 260º | 0.4% | 0.28% | - |
| HSV(B) | 260º | 0.58% | 0.39% | - |
| XYZ | 5 | 3.55 | 12.23 | - |
| YUV | 54.18 | 153.29 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 42 | 99 | 0.38 | 0.58 | 0 | 0.61 | 260 | 0.4 | 0.28 |
| Hex | 3D | 2A | 63 | 26 | 3A | 0 | 3D | 104 | 28 | 1C |
| Octal | 75 | 52 | 143 | 46 | 72 | 0 | 75 | 404 | 50 | 34 |
| Binary | 111101 | 101010 | 1100011 | 100110 | 111010 | 0 | 111101 | 100000100 | 101000 | 11100 |
Color Harmonies of #3D2A63
Complementary color
Monochromatic Colors of #3D2A63
Black with #3D2A63
Text Example
Text Example
White with #3D2A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2A63; }
p { color: rgb(61,42,99); }
H1.HeaderClassName
{
color: #3D2A63;
}
.AnyTagClassName
{
color: #3D2A63;
}
</style>
background-color css
<style>
a { background-color: #3D2A63; }
a { background-color: rgb(61,42,99); }
div.DivClassName
{
background-color: #3D2A63;
}
.BgClassName
{
background-color: #3D2A63;
}
</style>
border-color css
<style>
span { border-color: #3D2A63; }
span { border-color: rgb(61,42,99); }
td.TdClassName
{
border-color: #3D2A63;
}
.TagClassName
{
border-color: #3D2A63;
}
</style>