Shades of Christalle #3D265D
Tints of Christalle #3D265D
RGB
CMYK
RGB Variations
Color information
#3D265D (or 0x3D265D) is known color: Christalle. HEX triplet: 3D, 26 and 5D. RGB value is (61,38,93). Sum of RGB (Red+Green+Blue) = 61+38+93=192 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.77% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #3D265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D265D is #C2D9A2. Grayscale: #323232. Windows color (decimal): -12769699 or 6104637. OLE color: 6104637.
HSL color Cylindrical-coordinate representation of color #3D265D: hue angle of 265.09º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D265D is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 38 | 93 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.64 |
| HSL | 265.09º | 0.42% | 0.26% | - |
| HSV(B) | 265.09º | 0.59% | 0.36% | - |
| XYZ | 4.59 | 3.17 | 10.73 | - |
| YUV | 51.15 | 151.62 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 93 | 0.34 | 0.59 | 0 | 0.64 | 265.09 | 0.42 | 0.26 |
| Hex | 3D | 26 | 5D | 22 | 3B | 0 | 40 | 109 | 2A | 1A |
| Octal | 75 | 46 | 135 | 42 | 73 | 0 | 100 | 411 | 52 | 32 |
| Binary | 111101 | 100110 | 1011101 | 100010 | 111011 | 0 | 1000000 | 100001001 | 101010 | 11010 |
Color Harmonies of #3D265D
Complementary color
Monochromatic Colors of #3D265D
Black with #3D265D
Text Example
Text Example
White with #3D265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D265D; }
p { color: rgb(61,38,93); }
H1.HeaderClassName
{
color: #3D265D;
}
.AnyTagClassName
{
color: #3D265D;
}
</style>
background-color css
<style>
a { background-color: #3D265D; }
a { background-color: rgb(61,38,93); }
div.DivClassName
{
background-color: #3D265D;
}
.BgClassName
{
background-color: #3D265D;
}
</style>
border-color css
<style>
span { border-color: #3D265D; }
span { border-color: rgb(61,38,93); }
td.TdClassName
{
border-color: #3D265D;
}
.TagClassName
{
border-color: #3D265D;
}
</style>