Shades of Christalle #3D1468
Tints of Christalle #3D1468
RGB
CMYK
RGB Variations
Color information
#3D1468 (or 0x3D1468) is known color: Christalle. HEX triplet: 3D, 14 and 68. RGB value is (61,20,104). Sum of RGB (Red+Green+Blue) = 61+20+104=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #3D1468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1468 is #C2EB97. Grayscale: #292929. Windows color (decimal): -12774296 or 6820925. OLE color: 6820925.
HSL color Cylindrical-coordinate representation of color #3D1468: hue angle of 269.29º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D1468 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 61 | 20 | 104 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.59 |
| HSL | 269.29º | 0.68% | 0.24% | - |
| HSV(B) | 269.29º | 0.81% | 0.41% | - |
| XYZ | 4.67 | 2.49 | 13.33 | - |
| YUV | 41.84 | 163.08 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 104 | 0.41 | 0.81 | 0 | 0.59 | 269.29 | 0.68 | 0.24 |
| Hex | 3D | 14 | 68 | 29 | 51 | 0 | 3B | 10D | 44 | 18 |
| Octal | 75 | 24 | 150 | 51 | 121 | 0 | 73 | 415 | 104 | 30 |
| Binary | 111101 | 10100 | 1101000 | 101001 | 1010001 | 0 | 111011 | 100001101 | 1000100 | 11000 |
Color Harmonies of #3D1468
Complementary color
Monochromatic Colors of #3D1468
Black with #3D1468
Text Example
Text Example
White with #3D1468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1468; }
p { color: rgb(61,20,104); }
H1.HeaderClassName
{
color: #3D1468;
}
.AnyTagClassName
{
color: #3D1468;
}
</style>
background-color css
<style>
a { background-color: #3D1468; }
a { background-color: rgb(61,20,104); }
div.DivClassName
{
background-color: #3D1468;
}
.BgClassName
{
background-color: #3D1468;
}
</style>
border-color css
<style>
span { border-color: #3D1468; }
span { border-color: rgb(61,20,104); }
td.TdClassName
{
border-color: #3D1468;
}
.TagClassName
{
border-color: #3D1468;
}
</style>