Shades of Christalle #3B1F70
Tints of Christalle #3B1F70
RGB
CMYK
RGB Variations
Color information
#3B1F70 (or 0x3B1F70) is known color: Christalle. HEX triplet: 3B, 1F and 70. RGB value is (59,31,112). Sum of RGB (Red+Green+Blue) = 59+31+112=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #3B1F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1F70 is #C4E08F. Grayscale: #303030. Windows color (decimal): -12902544 or 7348027. OLE color: 7348027.
HSL color Cylindrical-coordinate representation of color #3B1F70: hue angle of 260.74º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B1F70 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 31 | 112 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.56 |
| HSL | 260.74º | 0.57% | 0.28% | - |
| HSV(B) | 260.74º | 0.72% | 0.44% | - |
| XYZ | 5.22 | 3.08 | 15.65 | - |
| YUV | 48.61 | 163.78 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 112 | 0.47 | 0.72 | 0 | 0.56 | 260.74 | 0.57 | 0.28 |
| Hex | 3B | 1F | 70 | 2F | 48 | 0 | 38 | 105 | 39 | 1C |
| Octal | 73 | 37 | 160 | 57 | 110 | 0 | 70 | 405 | 71 | 34 |
| Binary | 111011 | 11111 | 1110000 | 101111 | 1001000 | 0 | 111000 | 100000101 | 111001 | 11100 |
Color Harmonies of #3B1F70
Complementary color
Monochromatic Colors of #3B1F70
Black with #3B1F70
Text Example
Text Example
White with #3B1F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1F70; }
p { color: rgb(59,31,112); }
H1.HeaderClassName
{
color: #3B1F70;
}
.AnyTagClassName
{
color: #3B1F70;
}
</style>
background-color css
<style>
a { background-color: #3B1F70; }
a { background-color: rgb(59,31,112); }
div.DivClassName
{
background-color: #3B1F70;
}
.BgClassName
{
background-color: #3B1F70;
}
</style>
border-color css
<style>
span { border-color: #3B1F70; }
span { border-color: rgb(59,31,112); }
td.TdClassName
{
border-color: #3B1F70;
}
.TagClassName
{
border-color: #3B1F70;
}
</style>