Shades of Christalle #3D1357
Tints of Christalle #3D1357
RGB
CMYK
RGB Variations
Color information
#3D1357 (or 0x3D1357) is known color: Christalle. HEX triplet: 3D, 13 and 57. RGB value is (61,19,87). Sum of RGB (Red+Green+Blue) = 61+19+87=167 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.53% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #3D1357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1357 is #C2ECA8. Grayscale: #272727. Windows color (decimal): -12774569 or 5706557. OLE color: 5706557.
HSL color Cylindrical-coordinate representation of color #3D1357: hue angle of 277.06º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D1357 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 19 | 87 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.66 |
| HSL | 277.06º | 0.64% | 0.21% | - |
| HSV(B) | 277.06º | 0.78% | 0.34% | - |
| XYZ | 3.88 | 2.15 | 9.23 | - |
| YUV | 39.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 87 | 0.30 | 0.78 | 0 | 0.66 | 277.06 | 0.64 | 0.21 |
| Hex | 3D | 13 | 57 | 1E | 4E | 0 | 42 | 115 | 40 | 15 |
| Octal | 75 | 23 | 127 | 36 | 116 | 0 | 102 | 425 | 100 | 25 |
| Binary | 111101 | 10011 | 1010111 | 11110 | 1001110 | 0 | 1000010 | 100010101 | 1000000 | 10101 |
Color Harmonies of #3D1357
Complementary color
Monochromatic Colors of #3D1357
Black with #3D1357
Text Example
Text Example
White with #3D1357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1357; }
p { color: rgb(61,19,87); }
H1.HeaderClassName
{
color: #3D1357;
}
.AnyTagClassName
{
color: #3D1357;
}
</style>
background-color css
<style>
a { background-color: #3D1357; }
a { background-color: rgb(61,19,87); }
div.DivClassName
{
background-color: #3D1357;
}
.BgClassName
{
background-color: #3D1357;
}
</style>
border-color css
<style>
span { border-color: #3D1357; }
span { border-color: rgb(61,19,87); }
td.TdClassName
{
border-color: #3D1357;
}
.TagClassName
{
border-color: #3D1357;
}
</style>