Shades of Christalle #3D266D
Tints of Christalle #3D266D
RGB
CMYK
RGB Variations
Color information
#3D266D (or 0x3D266D) is known color: Christalle. HEX triplet: 3D, 26 and 6D. RGB value is (61,38,109). Sum of RGB (Red+Green+Blue) = 61+38+109=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D266D is #C2D992. Grayscale: #343434. Windows color (decimal): -12769683 or 7153213. OLE color: 7153213.
HSL color Cylindrical-coordinate representation of color #3D266D: hue angle of 259.44º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D266D is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 38 | 109 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.57 |
| HSL | 259.44º | 0.48% | 0.29% | - |
| HSV(B) | 259.44º | 0.65% | 0.43% | - |
| XYZ | 5.38 | 3.48 | 14.86 | - |
| YUV | 52.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 109 | 0.44 | 0.65 | 0 | 0.57 | 259.44 | 0.48 | 0.29 |
| Hex | 3D | 26 | 6D | 2C | 41 | 0 | 39 | 103 | 30 | 1D |
| Octal | 75 | 46 | 155 | 54 | 101 | 0 | 71 | 403 | 60 | 35 |
| Binary | 111101 | 100110 | 1101101 | 101100 | 1000001 | 0 | 111001 | 100000011 | 110000 | 11101 |
Color Harmonies of #3D266D
Complementary color
Monochromatic Colors of #3D266D
Black with #3D266D
Text Example
Text Example
White with #3D266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D266D; }
p { color: rgb(61,38,109); }
H1.HeaderClassName
{
color: #3D266D;
}
.AnyTagClassName
{
color: #3D266D;
}
</style>
background-color css
<style>
a { background-color: #3D266D; }
a { background-color: rgb(61,38,109); }
div.DivClassName
{
background-color: #3D266D;
}
.BgClassName
{
background-color: #3D266D;
}
</style>
border-color css
<style>
span { border-color: #3D266D; }
span { border-color: rgb(61,38,109); }
td.TdClassName
{
border-color: #3D266D;
}
.TagClassName
{
border-color: #3D266D;
}
</style>