Shades of Christalle #3D2666
Tints of Christalle #3D2666
RGB
CMYK
RGB Variations
Color information
#3D2666 (or 0x3D2666) is known color: Christalle. HEX triplet: 3D, 26 and 66. RGB value is (61,38,102). Sum of RGB (Red+Green+Blue) = 61+38+102=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D2666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2666 is #C2D999. Grayscale: #333333. Windows color (decimal): -12769690 or 6694461. OLE color: 6694461.
HSL color Cylindrical-coordinate representation of color #3D2666: hue angle of 261.56º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D2666 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 61 | 38 | 102 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.6 |
| HSL | 261.56º | 0.46% | 0.27% | - |
| HSV(B) | 261.56º | 0.63% | 0.4% | - |
| XYZ | 5.02 | 3.34 | 12.95 | - |
| YUV | 52.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 102 | 0.40 | 0.63 | 0 | 0.6 | 261.56 | 0.46 | 0.27 |
| Hex | 3D | 26 | 66 | 28 | 3F | 0 | 3C | 106 | 2E | 1B |
| Octal | 75 | 46 | 146 | 50 | 77 | 0 | 74 | 406 | 56 | 33 |
| Binary | 111101 | 100110 | 1100110 | 101000 | 111111 | 0 | 111100 | 100000110 | 101110 | 11011 |
Color Harmonies of #3D2666
Complementary color
Monochromatic Colors of #3D2666
Black with #3D2666
Text Example
Text Example
White with #3D2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2666; }
p { color: rgb(61,38,102); }
H1.HeaderClassName
{
color: #3D2666;
}
.AnyTagClassName
{
color: #3D2666;
}
</style>
background-color css
<style>
a { background-color: #3D2666; }
a { background-color: rgb(61,38,102); }
div.DivClassName
{
background-color: #3D2666;
}
.BgClassName
{
background-color: #3D2666;
}
</style>
border-color css
<style>
span { border-color: #3D2666; }
span { border-color: rgb(61,38,102); }
td.TdClassName
{
border-color: #3D2666;
}
.TagClassName
{
border-color: #3D2666;
}
</style>