Shades of Christalle #3D225B
Tints of Christalle #3D225B
RGB
CMYK
RGB Variations
Color information
#3D225B (or 0x3D225B) is known color: Christalle. HEX triplet: 3D, 22 and 5B. RGB value is (61,34,91). Sum of RGB (Red+Green+Blue) = 61+34+91=186 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.80% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D225B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D225B is #C2DDA4. Grayscale: #303030. Windows color (decimal): -12770725 or 5972541. OLE color: 5972541.
HSL color Cylindrical-coordinate representation of color #3D225B: hue angle of 268.42º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D225B is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 34 | 91 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.64 |
| HSL | 268.42º | 0.46% | 0.25% | - |
| HSV(B) | 268.42º | 0.63% | 0.36% | - |
| XYZ | 4.38 | 2.89 | 10.22 | - |
| YUV | 48.57 | 151.95 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 91 | 0.33 | 0.63 | 0 | 0.64 | 268.42 | 0.46 | 0.25 |
| Hex | 3D | 22 | 5B | 21 | 3F | 0 | 40 | 10C | 2E | 19 |
| Octal | 75 | 42 | 133 | 41 | 77 | 0 | 100 | 414 | 56 | 31 |
| Binary | 111101 | 100010 | 1011011 | 100001 | 111111 | 0 | 1000000 | 100001100 | 101110 | 11001 |
Color Harmonies of #3D225B
Complementary color
Monochromatic Colors of #3D225B
Black with #3D225B
Text Example
Text Example
White with #3D225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D225B; }
p { color: rgb(61,34,91); }
H1.HeaderClassName
{
color: #3D225B;
}
.AnyTagClassName
{
color: #3D225B;
}
</style>
background-color css
<style>
a { background-color: #3D225B; }
a { background-color: rgb(61,34,91); }
div.DivClassName
{
background-color: #3D225B;
}
.BgClassName
{
background-color: #3D225B;
}
</style>
border-color css
<style>
span { border-color: #3D225B; }
span { border-color: rgb(61,34,91); }
td.TdClassName
{
border-color: #3D225B;
}
.TagClassName
{
border-color: #3D225B;
}
</style>