Shades of Christalle #3D2168
Tints of Christalle #3D2168
RGB
CMYK
RGB Variations
Color information
#3D2168 (or 0x3D2168) is known color: Christalle. HEX triplet: 3D, 21 and 68. RGB value is (61,33,104). Sum of RGB (Red+Green+Blue) = 61+33+104=198 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.81% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #3D2168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2168 is #C2DE97. Grayscale: #313131. Windows color (decimal): -12770968 or 6824253. OLE color: 6824253.
HSL color Cylindrical-coordinate representation of color #3D2168: hue angle of 263.66º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D2168 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 61 | 33 | 104 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.59 |
| HSL | 263.66º | 0.52% | 0.27% | - |
| HSV(B) | 263.66º | 0.68% | 0.41% | - |
| XYZ | 4.97 | 3.08 | 13.43 | - |
| YUV | 49.47 | 158.78 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 104 | 0.41 | 0.68 | 0 | 0.59 | 263.66 | 0.52 | 0.27 |
| Hex | 3D | 21 | 68 | 29 | 44 | 0 | 3B | 108 | 34 | 1B |
| Octal | 75 | 41 | 150 | 51 | 104 | 0 | 73 | 410 | 64 | 33 |
| Binary | 111101 | 100001 | 1101000 | 101001 | 1000100 | 0 | 111011 | 100001000 | 110100 | 11011 |
Color Harmonies of #3D2168
Complementary color
Monochromatic Colors of #3D2168
Black with #3D2168
Text Example
Text Example
White with #3D2168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2168; }
p { color: rgb(61,33,104); }
H1.HeaderClassName
{
color: #3D2168;
}
.AnyTagClassName
{
color: #3D2168;
}
</style>
background-color css
<style>
a { background-color: #3D2168; }
a { background-color: rgb(61,33,104); }
div.DivClassName
{
background-color: #3D2168;
}
.BgClassName
{
background-color: #3D2168;
}
</style>
border-color css
<style>
span { border-color: #3D2168; }
span { border-color: rgb(61,33,104); }
td.TdClassName
{
border-color: #3D2168;
}
.TagClassName
{
border-color: #3D2168;
}
</style>