Shades of Christalle #3D175C
Tints of Christalle #3D175C
RGB
CMYK
RGB Variations
Color information
#3D175C (or 0x3D175C) is known color: Christalle. HEX triplet: 3D, 17 and 5C. RGB value is (61,23,92). Sum of RGB (Red+Green+Blue) = 61+23+92=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #3D175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D175C is #C2E8A3. Grayscale: #292929. Windows color (decimal): -12773540 or 6035261. OLE color: 6035261.
HSL color Cylindrical-coordinate representation of color #3D175C: hue angle of 273.04º 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 #3D175C is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 23 | 92 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.64 |
| HSL | 273.04º | 0.6% | 0.23% | - |
| HSV(B) | 273.04º | 0.75% | 0.36% | - |
| XYZ | 4.16 | 2.38 | 10.36 | - |
| YUV | 42.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 23 | 92 | 0.34 | 0.75 | 0 | 0.64 | 273.04 | 0.6 | 0.23 |
| Hex | 3D | 17 | 5C | 22 | 4B | 0 | 40 | 111 | 3C | 17 |
| Octal | 75 | 27 | 134 | 42 | 113 | 0 | 100 | 421 | 74 | 27 |
| Binary | 111101 | 10111 | 1011100 | 100010 | 1001011 | 0 | 1000000 | 100010001 | 111100 | 10111 |
Color Harmonies of #3D175C
Complementary color
Monochromatic Colors of #3D175C
Black with #3D175C
Text Example
Text Example
White with #3D175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D175C; }
p { color: rgb(61,23,92); }
H1.HeaderClassName
{
color: #3D175C;
}
.AnyTagClassName
{
color: #3D175C;
}
</style>
background-color css
<style>
a { background-color: #3D175C; }
a { background-color: rgb(61,23,92); }
div.DivClassName
{
background-color: #3D175C;
}
.BgClassName
{
background-color: #3D175C;
}
</style>
border-color css
<style>
span { border-color: #3D175C; }
span { border-color: rgb(61,23,92); }
td.TdClassName
{
border-color: #3D175C;
}
.TagClassName
{
border-color: #3D175C;
}
</style>