Shades of Christalle #3D2058
Tints of Christalle #3D2058
RGB
CMYK
RGB Variations
Color information
#3D2058 (or 0x3D2058) is known color: Christalle. HEX triplet: 3D, 20 and 58. RGB value is (61,32,88). Sum of RGB (Red+Green+Blue) = 61+32+88=181 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.70% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #3D2058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2058 is #C2DFA7. Grayscale: #2E2E2E. Windows color (decimal): -12771240 or 5775421. OLE color: 5775421.
HSL color Cylindrical-coordinate representation of color #3D2058: hue angle of 271.07º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D2058 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 32 | 88 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.65 |
| HSL | 271.07º | 0.47% | 0.24% | - |
| HSV(B) | 271.07º | 0.64% | 0.35% | - |
| XYZ | 4.2 | 2.73 | 9.54 | - |
| YUV | 47.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 32 | 88 | 0.31 | 0.64 | 0 | 0.65 | 271.07 | 0.47 | 0.24 |
| Hex | 3D | 20 | 58 | 1F | 40 | 0 | 41 | 10F | 2F | 18 |
| Octal | 75 | 40 | 130 | 37 | 100 | 0 | 101 | 417 | 57 | 30 |
| Binary | 111101 | 100000 | 1011000 | 11111 | 1000000 | 0 | 1000001 | 100001111 | 101111 | 11000 |
Color Harmonies of #3D2058
Complementary color
Monochromatic Colors of #3D2058
Black with #3D2058
Text Example
Text Example
White with #3D2058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2058; }
p { color: rgb(61,32,88); }
H1.HeaderClassName
{
color: #3D2058;
}
.AnyTagClassName
{
color: #3D2058;
}
</style>
background-color css
<style>
a { background-color: #3D2058; }
a { background-color: rgb(61,32,88); }
div.DivClassName
{
background-color: #3D2058;
}
.BgClassName
{
background-color: #3D2058;
}
</style>
border-color css
<style>
span { border-color: #3D2058; }
span { border-color: rgb(61,32,88); }
td.TdClassName
{
border-color: #3D2058;
}
.TagClassName
{
border-color: #3D2058;
}
</style>