Shades of Christalle #3D175D
Tints of Christalle #3D175D
RGB
CMYK
RGB Variations
Color information
#3D175D (or 0x3D175D) is known color: Christalle. HEX triplet: 3D, 17 and 5D. RGB value is (61,23,93). Sum of RGB (Red+Green+Blue) = 61+23+93=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #3D175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D175D is #C2E8A2. Grayscale: #2A2A2A. Windows color (decimal): -12773539 or 6100797. OLE color: 6100797.
HSL color Cylindrical-coordinate representation of color #3D175D: hue angle of 272.57º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D175D is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 23 | 93 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.64 |
| HSL | 272.57º | 0.6% | 0.23% | - |
| HSV(B) | 272.57º | 0.75% | 0.36% | - |
| XYZ | 4.21 | 2.4 | 10.6 | - |
| YUV | 42.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 23 | 93 | 0.34 | 0.75 | 0 | 0.64 | 272.57 | 0.6 | 0.23 |
| Hex | 3D | 17 | 5D | 22 | 4B | 0 | 40 | 111 | 3C | 17 |
| Octal | 75 | 27 | 135 | 42 | 113 | 0 | 100 | 421 | 74 | 27 |
| Binary | 111101 | 10111 | 1011101 | 100010 | 1001011 | 0 | 1000000 | 100010001 | 111100 | 10111 |
Color Harmonies of #3D175D
Complementary color
Monochromatic Colors of #3D175D
Black with #3D175D
Text Example
Text Example
White with #3D175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D175D; }
p { color: rgb(61,23,93); }
H1.HeaderClassName
{
color: #3D175D;
}
.AnyTagClassName
{
color: #3D175D;
}
</style>
background-color css
<style>
a { background-color: #3D175D; }
a { background-color: rgb(61,23,93); }
div.DivClassName
{
background-color: #3D175D;
}
.BgClassName
{
background-color: #3D175D;
}
</style>
border-color css
<style>
span { border-color: #3D175D; }
span { border-color: rgb(61,23,93); }
td.TdClassName
{
border-color: #3D175D;
}
.TagClassName
{
border-color: #3D175D;
}
</style>