Shades of Christalle #3D275C
Tints of Christalle #3D275C
RGB
CMYK
RGB Variations
Color information
#3D275C (or 0x3D275C) is known color: Christalle. HEX triplet: 3D, 27 and 5C. RGB value is (61,39,92). Sum of RGB (Red+Green+Blue) = 61+39+92=192 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.77% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #3D275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D275C is #C2D8A3. Grayscale: #333333. Windows color (decimal): -12769444 or 6039357. OLE color: 6039357.
HSL color Cylindrical-coordinate representation of color #3D275C: hue angle of 264.91º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D275C is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 39 | 92 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.64 |
| HSL | 264.91º | 0.4% | 0.26% | - |
| HSV(B) | 264.91º | 0.58% | 0.36% | - |
| XYZ | 4.58 | 3.22 | 10.5 | - |
| YUV | 51.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 92 | 0.34 | 0.58 | 0 | 0.64 | 264.91 | 0.4 | 0.26 |
| Hex | 3D | 27 | 5C | 22 | 3A | 0 | 40 | 109 | 28 | 1A |
| Octal | 75 | 47 | 134 | 42 | 72 | 0 | 100 | 411 | 50 | 32 |
| Binary | 111101 | 100111 | 1011100 | 100010 | 111010 | 0 | 1000000 | 100001001 | 101000 | 11010 |
Color Harmonies of #3D275C
Complementary color
Monochromatic Colors of #3D275C
Black with #3D275C
Text Example
Text Example
White with #3D275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D275C; }
p { color: rgb(61,39,92); }
H1.HeaderClassName
{
color: #3D275C;
}
.AnyTagClassName
{
color: #3D275C;
}
</style>
background-color css
<style>
a { background-color: #3D275C; }
a { background-color: rgb(61,39,92); }
div.DivClassName
{
background-color: #3D275C;
}
.BgClassName
{
background-color: #3D275C;
}
</style>
border-color css
<style>
span { border-color: #3D275C; }
span { border-color: rgb(61,39,92); }
td.TdClassName
{
border-color: #3D275C;
}
.TagClassName
{
border-color: #3D275C;
}
</style>