Shades of Christalle #3D195D
Tints of Christalle #3D195D
RGB
CMYK
RGB Variations
Color information
#3D195D (or 0x3D195D) is known color: Christalle. HEX triplet: 3D, 19 and 5D. RGB value is (61,25,93). Sum of RGB (Red+Green+Blue) = 61+25+93=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #3D195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D195D is #C2E6A2. Grayscale: #2B2B2B. Windows color (decimal): -12773027 or 6101309. OLE color: 6101309.
HSL color Cylindrical-coordinate representation of color #3D195D: hue angle of 271.76º degrees, saturation: 0.58, 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 #3D195D is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 25 | 93 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.64 |
| HSL | 271.76º | 0.58% | 0.23% | - |
| HSV(B) | 271.76º | 0.73% | 0.36% | - |
| XYZ | 4.25 | 2.48 | 10.61 | - |
| YUV | 43.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 93 | 0.34 | 0.73 | 0 | 0.64 | 271.76 | 0.58 | 0.23 |
| Hex | 3D | 19 | 5D | 22 | 49 | 0 | 40 | 110 | 3A | 17 |
| Octal | 75 | 31 | 135 | 42 | 111 | 0 | 100 | 420 | 72 | 27 |
| Binary | 111101 | 11001 | 1011101 | 100010 | 1001001 | 0 | 1000000 | 100010000 | 111010 | 10111 |
Color Harmonies of #3D195D
Complementary color
Monochromatic Colors of #3D195D
Black with #3D195D
Text Example
Text Example
White with #3D195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D195D; }
p { color: rgb(61,25,93); }
H1.HeaderClassName
{
color: #3D195D;
}
.AnyTagClassName
{
color: #3D195D;
}
</style>
background-color css
<style>
a { background-color: #3D195D; }
a { background-color: rgb(61,25,93); }
div.DivClassName
{
background-color: #3D195D;
}
.BgClassName
{
background-color: #3D195D;
}
</style>
border-color css
<style>
span { border-color: #3D195D; }
span { border-color: rgb(61,25,93); }
td.TdClassName
{
border-color: #3D195D;
}
.TagClassName
{
border-color: #3D195D;
}
</style>