Shades of Christalle #3B1D68
Tints of Christalle #3B1D68
RGB
CMYK
RGB Variations
Color information
#3B1D68 (or 0x3B1D68) is known color: Christalle. HEX triplet: 3B, 1D and 68. RGB value is (59,29,104). Sum of RGB (Red+Green+Blue) = 59+29+104=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #3B1D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1D68 is #C4E297. Grayscale: #2E2E2E. Windows color (decimal): -12903064 or 6823227. OLE color: 6823227.
HSL color Cylindrical-coordinate representation of color #3B1D68: hue angle of 264º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B1D68 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 29 | 104 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.59 |
| HSL | 264º | 0.56% | 0.26% | - |
| HSV(B) | 264º | 0.72% | 0.41% | - |
| XYZ | 4.74 | 2.81 | 13.39 | - |
| YUV | 46.52 | 160.44 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 104 | 0.43 | 0.72 | 0 | 0.59 | 264 | 0.56 | 0.26 |
| Hex | 3B | 1D | 68 | 2B | 48 | 0 | 3B | 108 | 38 | 1A |
| Octal | 73 | 35 | 150 | 53 | 110 | 0 | 73 | 410 | 70 | 32 |
| Binary | 111011 | 11101 | 1101000 | 101011 | 1001000 | 0 | 111011 | 100001000 | 111000 | 11010 |
Color Harmonies of #3B1D68
Complementary color
Monochromatic Colors of #3B1D68
Black with #3B1D68
Text Example
Text Example
White with #3B1D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D68; }
p { color: rgb(59,29,104); }
H1.HeaderClassName
{
color: #3B1D68;
}
.AnyTagClassName
{
color: #3B1D68;
}
</style>
background-color css
<style>
a { background-color: #3B1D68; }
a { background-color: rgb(59,29,104); }
div.DivClassName
{
background-color: #3B1D68;
}
.BgClassName
{
background-color: #3B1D68;
}
</style>
border-color css
<style>
span { border-color: #3B1D68; }
span { border-color: rgb(59,29,104); }
td.TdClassName
{
border-color: #3B1D68;
}
.TagClassName
{
border-color: #3B1D68;
}
</style>