Shades of Christalle #3D2366
Tints of Christalle #3D2366
RGB
CMYK
RGB Variations
Color information
#3D2366 (or 0x3D2366) is known color: Christalle. HEX triplet: 3D, 23 and 66. RGB value is (61,35,102). Sum of RGB (Red+Green+Blue) = 61+35+102=198 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.81% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D2366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2366 is #C2DC99. Grayscale: #323232. Windows color (decimal): -12770458 or 6693693. OLE color: 6693693.
HSL color Cylindrical-coordinate representation of color #3D2366: hue angle of 263.28º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D2366 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 61 | 35 | 102 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.6 |
| HSL | 263.28º | 0.49% | 0.27% | - |
| HSV(B) | 263.28º | 0.66% | 0.4% | - |
| XYZ | 4.92 | 3.15 | 12.92 | - |
| YUV | 50.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 35 | 102 | 0.40 | 0.66 | 0 | 0.6 | 263.28 | 0.49 | 0.27 |
| Hex | 3D | 23 | 66 | 28 | 42 | 0 | 3C | 107 | 31 | 1B |
| Octal | 75 | 43 | 146 | 50 | 102 | 0 | 74 | 407 | 61 | 33 |
| Binary | 111101 | 100011 | 1100110 | 101000 | 1000010 | 0 | 111100 | 100000111 | 110001 | 11011 |
Color Harmonies of #3D2366
Complementary color
Monochromatic Colors of #3D2366
Black with #3D2366
Text Example
Text Example
White with #3D2366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2366; }
p { color: rgb(61,35,102); }
H1.HeaderClassName
{
color: #3D2366;
}
.AnyTagClassName
{
color: #3D2366;
}
</style>
background-color css
<style>
a { background-color: #3D2366; }
a { background-color: rgb(61,35,102); }
div.DivClassName
{
background-color: #3D2366;
}
.BgClassName
{
background-color: #3D2366;
}
</style>
border-color css
<style>
span { border-color: #3D2366; }
span { border-color: rgb(61,35,102); }
td.TdClassName
{
border-color: #3D2366;
}
.TagClassName
{
border-color: #3D2366;
}
</style>