Shades of Christalle #3B195D
Tints of Christalle #3B195D
RGB
CMYK
RGB Variations
Color information
#3B195D (or 0x3B195D) is known color: Christalle. HEX triplet: 3B, 19 and 5D. RGB value is (59,25,93). Sum of RGB (Red+Green+Blue) = 59+25+93=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 25 (10.16% from 255 or 14.12% 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 #3B195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B195D is #C4E6A2. Grayscale: #2A2A2A. Windows color (decimal): -12904099 or 6101307. OLE color: 6101307.
HSL color Cylindrical-coordinate representation of color #3B195D: hue angle of 270º 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 #3B195D is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 25 | 93 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.64 |
| HSL | 270º | 0.58% | 0.23% | - |
| HSV(B) | 270º | 0.73% | 0.36% | - |
| XYZ | 4.13 | 2.42 | 10.6 | - |
| YUV | 42.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 93 | 0.37 | 0.73 | 0 | 0.64 | 270 | 0.58 | 0.23 |
| Hex | 3B | 19 | 5D | 25 | 49 | 0 | 40 | 10E | 3A | 17 |
| Octal | 73 | 31 | 135 | 45 | 111 | 0 | 100 | 416 | 72 | 27 |
| Binary | 111011 | 11001 | 1011101 | 100101 | 1001001 | 0 | 1000000 | 100001110 | 111010 | 10111 |
Color Harmonies of #3B195D
Complementary color
Monochromatic Colors of #3B195D
Black with #3B195D
Text Example
Text Example
White with #3B195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B195D; }
p { color: rgb(59,25,93); }
H1.HeaderClassName
{
color: #3B195D;
}
.AnyTagClassName
{
color: #3B195D;
}
</style>
background-color css
<style>
a { background-color: #3B195D; }
a { background-color: rgb(59,25,93); }
div.DivClassName
{
background-color: #3B195D;
}
.BgClassName
{
background-color: #3B195D;
}
</style>
border-color css
<style>
span { border-color: #3B195D; }
span { border-color: rgb(59,25,93); }
td.TdClassName
{
border-color: #3B195D;
}
.TagClassName
{
border-color: #3B195D;
}
</style>