Shades of Christalle #3D1059
Tints of Christalle #3D1059
RGB
CMYK
RGB Variations
Color information
#3D1059 (or 0x3D1059) is known color: Christalle. HEX triplet: 3D, 10 and 59. RGB value is (61,16,89). Sum of RGB (Red+Green+Blue) = 61+16+89=166 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.75% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D1059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1059 is #C2EFA6. Grayscale: #252525. Windows color (decimal): -12775335 or 5836861. OLE color: 5836861.
HSL color Cylindrical-coordinate representation of color #3D1059: hue angle of 276.99º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D1059 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 16 | 89 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.65 |
| HSL | 276.99º | 0.7% | 0.21% | - |
| HSV(B) | 276.99º | 0.82% | 0.35% | - |
| XYZ | 3.91 | 2.08 | 9.65 | - |
| YUV | 37.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 16 | 89 | 0.31 | 0.82 | 0 | 0.65 | 276.99 | 0.7 | 0.21 |
| Hex | 3D | 10 | 59 | 1F | 52 | 0 | 41 | 115 | 46 | 15 |
| Octal | 75 | 20 | 131 | 37 | 122 | 0 | 101 | 425 | 106 | 25 |
| Binary | 111101 | 10000 | 1011001 | 11111 | 1010010 | 0 | 1000001 | 100010101 | 1000110 | 10101 |
Color Harmonies of #3D1059
Complementary color
Monochromatic Colors of #3D1059
Black with #3D1059
Text Example
Text Example
White with #3D1059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1059; }
p { color: rgb(61,16,89); }
H1.HeaderClassName
{
color: #3D1059;
}
.AnyTagClassName
{
color: #3D1059;
}
</style>
background-color css
<style>
a { background-color: #3D1059; }
a { background-color: rgb(61,16,89); }
div.DivClassName
{
background-color: #3D1059;
}
.BgClassName
{
background-color: #3D1059;
}
</style>
border-color css
<style>
span { border-color: #3D1059; }
span { border-color: rgb(61,16,89); }
td.TdClassName
{
border-color: #3D1059;
}
.TagClassName
{
border-color: #3D1059;
}
</style>