Shades of Christalle #3B1F68
Tints of Christalle #3B1F68
RGB
CMYK
RGB Variations
Color information
#3B1F68 (or 0x3B1F68) is known color: Christalle. HEX triplet: 3B, 1F and 68. RGB value is (59,31,104). Sum of RGB (Red+Green+Blue) = 59+31+104=194 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.41% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #3B1F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1F68 is #C4E097. Grayscale: #2F2F2F. Windows color (decimal): -12902552 or 6823739. OLE color: 6823739.
HSL color Cylindrical-coordinate representation of color #3B1F68: hue angle of 263.01º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B1F68 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 31 | 104 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.59 |
| HSL | 263.01º | 0.54% | 0.26% | - |
| HSV(B) | 263.01º | 0.7% | 0.41% | - |
| XYZ | 4.79 | 2.91 | 13.41 | - |
| YUV | 47.69 | 159.78 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 104 | 0.43 | 0.70 | 0 | 0.59 | 263.01 | 0.54 | 0.26 |
| Hex | 3B | 1F | 68 | 2B | 46 | 0 | 3B | 107 | 36 | 1A |
| Octal | 73 | 37 | 150 | 53 | 106 | 0 | 73 | 407 | 66 | 32 |
| Binary | 111011 | 11111 | 1101000 | 101011 | 1000110 | 0 | 111011 | 100000111 | 110110 | 11010 |
Color Harmonies of #3B1F68
Complementary color
Monochromatic Colors of #3B1F68
Black with #3B1F68
Text Example
Text Example
White with #3B1F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1F68; }
p { color: rgb(59,31,104); }
H1.HeaderClassName
{
color: #3B1F68;
}
.AnyTagClassName
{
color: #3B1F68;
}
</style>
background-color css
<style>
a { background-color: #3B1F68; }
a { background-color: rgb(59,31,104); }
div.DivClassName
{
background-color: #3B1F68;
}
.BgClassName
{
background-color: #3B1F68;
}
</style>
border-color css
<style>
span { border-color: #3B1F68; }
span { border-color: rgb(59,31,104); }
td.TdClassName
{
border-color: #3B1F68;
}
.TagClassName
{
border-color: #3B1F68;
}
</style>