Shades of Christalle #3D1D70
Tints of Christalle #3D1D70
RGB
CMYK
RGB Variations
Color information
#3D1D70 (or 0x3D1D70) is known color: Christalle. HEX triplet: 3D, 1D and 70. RGB value is (61,29,112). Sum of RGB (Red+Green+Blue) = 61+29+112=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #3D1D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1D70 is #C2E28F. Grayscale: #2F2F2F. Windows color (decimal): -12771984 or 7347517. OLE color: 7347517.
HSL color Cylindrical-coordinate representation of color #3D1D70: hue angle of 263.13º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D1D70 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 29 | 112 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.56 |
| HSL | 263.13º | 0.59% | 0.28% | - |
| HSV(B) | 263.13º | 0.74% | 0.44% | - |
| XYZ | 5.29 | 3.04 | 15.64 | - |
| YUV | 48.03 | 164.1 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 112 | 0.46 | 0.74 | 0 | 0.56 | 263.13 | 0.59 | 0.28 |
| Hex | 3D | 1D | 70 | 2E | 4A | 0 | 38 | 107 | 3B | 1C |
| Octal | 75 | 35 | 160 | 56 | 112 | 0 | 70 | 407 | 73 | 34 |
| Binary | 111101 | 11101 | 1110000 | 101110 | 1001010 | 0 | 111000 | 100000111 | 111011 | 11100 |
Color Harmonies of #3D1D70
Complementary color
Monochromatic Colors of #3D1D70
Black with #3D1D70
Text Example
Text Example
White with #3D1D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1D70; }
p { color: rgb(61,29,112); }
H1.HeaderClassName
{
color: #3D1D70;
}
.AnyTagClassName
{
color: #3D1D70;
}
</style>
background-color css
<style>
a { background-color: #3D1D70; }
a { background-color: rgb(61,29,112); }
div.DivClassName
{
background-color: #3D1D70;
}
.BgClassName
{
background-color: #3D1D70;
}
</style>
border-color css
<style>
span { border-color: #3D1D70; }
span { border-color: rgb(61,29,112); }
td.TdClassName
{
border-color: #3D1D70;
}
.TagClassName
{
border-color: #3D1D70;
}
</style>