Shades of Christalle #3B2171
Tints of Christalle #3B2171
RGB
CMYK
RGB Variations
Color information
#3B2171 (or 0x3B2171) is known color: Christalle. HEX triplet: 3B, 21 and 71. RGB value is (59,33,113). Sum of RGB (Red+Green+Blue) = 59+33+113=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B2171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2171 is #C4DE8E. Grayscale: #313131. Windows color (decimal): -12902031 or 7414075. OLE color: 7414075.
HSL color Cylindrical-coordinate representation of color #3B2171: hue angle of 259.5º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B2171 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 33 | 113 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.56 |
| HSL | 259.5º | 0.55% | 0.29% | - |
| HSV(B) | 259.5º | 0.71% | 0.44% | - |
| XYZ | 5.33 | 3.21 | 15.96 | - |
| YUV | 49.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 33 | 113 | 0.48 | 0.71 | 0 | 0.56 | 259.5 | 0.55 | 0.29 |
| Hex | 3B | 21 | 71 | 30 | 47 | 0 | 38 | 104 | 37 | 1D |
| Octal | 73 | 41 | 161 | 60 | 107 | 0 | 70 | 404 | 67 | 35 |
| Binary | 111011 | 100001 | 1110001 | 110000 | 1000111 | 0 | 111000 | 100000100 | 110111 | 11101 |
Color Harmonies of #3B2171
Complementary color
Monochromatic Colors of #3B2171
Black with #3B2171
Text Example
Text Example
White with #3B2171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2171; }
p { color: rgb(59,33,113); }
H1.HeaderClassName
{
color: #3B2171;
}
.AnyTagClassName
{
color: #3B2171;
}
</style>
background-color css
<style>
a { background-color: #3B2171; }
a { background-color: rgb(59,33,113); }
div.DivClassName
{
background-color: #3B2171;
}
.BgClassName
{
background-color: #3B2171;
}
</style>
border-color css
<style>
span { border-color: #3B2171; }
span { border-color: rgb(59,33,113); }
td.TdClassName
{
border-color: #3B2171;
}
.TagClassName
{
border-color: #3B2171;
}
</style>