Shades of Christalle #3D2158
Tints of Christalle #3D2158
RGB
CMYK
RGB Variations
Color information
#3D2158 (or 0x3D2158) is known color: Christalle. HEX triplet: 3D, 21 and 58. RGB value is (61,33,88). Sum of RGB (Red+Green+Blue) = 61+33+88=182 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.52% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #3D2158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2158 is #C2DEA7. Grayscale: #2F2F2F. Windows color (decimal): -12770984 or 5775677. OLE color: 5775677.
HSL color Cylindrical-coordinate representation of color #3D2158: hue angle of 270.55º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D2158 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 33 | 88 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.65 |
| HSL | 270.55º | 0.45% | 0.24% | - |
| HSV(B) | 270.55º | 0.63% | 0.35% | - |
| XYZ | 4.23 | 2.78 | 9.55 | - |
| YUV | 47.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 88 | 0.31 | 0.62 | 0 | 0.65 | 270.55 | 0.45 | 0.24 |
| Hex | 3D | 21 | 58 | 1F | 3E | 0 | 41 | 10F | 2D | 18 |
| Octal | 75 | 41 | 130 | 37 | 76 | 0 | 101 | 417 | 55 | 30 |
| Binary | 111101 | 100001 | 1011000 | 11111 | 111110 | 0 | 1000001 | 100001111 | 101101 | 11000 |
Color Harmonies of #3D2158
Complementary color
Monochromatic Colors of #3D2158
Black with #3D2158
Text Example
Text Example
White with #3D2158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2158; }
p { color: rgb(61,33,88); }
H1.HeaderClassName
{
color: #3D2158;
}
.AnyTagClassName
{
color: #3D2158;
}
</style>
background-color css
<style>
a { background-color: #3D2158; }
a { background-color: rgb(61,33,88); }
div.DivClassName
{
background-color: #3D2158;
}
.BgClassName
{
background-color: #3D2158;
}
</style>
border-color css
<style>
span { border-color: #3D2158; }
span { border-color: rgb(61,33,88); }
td.TdClassName
{
border-color: #3D2158;
}
.TagClassName
{
border-color: #3D2158;
}
</style>