Shades of Christalle #3D195C
Tints of Christalle #3D195C
RGB
CMYK
RGB Variations
Color information
#3D195C (or 0x3D195C) is known color: Christalle. HEX triplet: 3D, 19 and 5C. RGB value is (61,25,92). Sum of RGB (Red+Green+Blue) = 61+25+92=178 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.27% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #3D195C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D195C is #C2E6A3. Grayscale: #2B2B2B. Windows color (decimal): -12773028 or 6035773. OLE color: 6035773.
HSL color Cylindrical-coordinate representation of color #3D195C: hue angle of 272.24º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D195C is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 25 | 92 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.64 |
| HSL | 272.24º | 0.57% | 0.23% | - |
| HSV(B) | 272.24º | 0.73% | 0.36% | - |
| XYZ | 4.2 | 2.46 | 10.38 | - |
| YUV | 43.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 92 | 0.34 | 0.73 | 0 | 0.64 | 272.24 | 0.57 | 0.23 |
| Hex | 3D | 19 | 5C | 22 | 49 | 0 | 40 | 110 | 39 | 17 |
| Octal | 75 | 31 | 134 | 42 | 111 | 0 | 100 | 420 | 71 | 27 |
| Binary | 111101 | 11001 | 1011100 | 100010 | 1001001 | 0 | 1000000 | 100010000 | 111001 | 10111 |
Color Harmonies of #3D195C
Complementary color
Monochromatic Colors of #3D195C
Black with #3D195C
Text Example
Text Example
White with #3D195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D195C; }
p { color: rgb(61,25,92); }
H1.HeaderClassName
{
color: #3D195C;
}
.AnyTagClassName
{
color: #3D195C;
}
</style>
background-color css
<style>
a { background-color: #3D195C; }
a { background-color: rgb(61,25,92); }
div.DivClassName
{
background-color: #3D195C;
}
.BgClassName
{
background-color: #3D195C;
}
</style>
border-color css
<style>
span { border-color: #3D195C; }
span { border-color: rgb(61,25,92); }
td.TdClassName
{
border-color: #3D195C;
}
.TagClassName
{
border-color: #3D195C;
}
</style>