Shades of Christalle #3B2071
Tints of Christalle #3B2071
RGB
CMYK
RGB Variations
Color information
#3B2071 (or 0x3B2071) is known color: Christalle. HEX triplet: 3B, 20 and 71. RGB value is (59,32,113). Sum of RGB (Red+Green+Blue) = 59+32+113=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B2071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2071 is #C4DF8E. Grayscale: #313131. Windows color (decimal): -12902287 or 7413819. OLE color: 7413819.
HSL color Cylindrical-coordinate representation of color #3B2071: hue angle of 260º degrees, saturation: 0.56, 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 #3B2071 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 32 | 113 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.56 |
| HSL | 260º | 0.56% | 0.28% | - |
| HSV(B) | 260º | 0.72% | 0.44% | - |
| XYZ | 5.3 | 3.16 | 15.95 | - |
| YUV | 49.31 | 163.95 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 113 | 0.48 | 0.72 | 0 | 0.56 | 260 | 0.56 | 0.28 |
| Hex | 3B | 20 | 71 | 30 | 48 | 0 | 38 | 104 | 38 | 1C |
| Octal | 73 | 40 | 161 | 60 | 110 | 0 | 70 | 404 | 70 | 34 |
| Binary | 111011 | 100000 | 1110001 | 110000 | 1001000 | 0 | 111000 | 100000100 | 111000 | 11100 |
Color Harmonies of #3B2071
Complementary color
Monochromatic Colors of #3B2071
Black with #3B2071
Text Example
Text Example
White with #3B2071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2071; }
p { color: rgb(59,32,113); }
H1.HeaderClassName
{
color: #3B2071;
}
.AnyTagClassName
{
color: #3B2071;
}
</style>
background-color css
<style>
a { background-color: #3B2071; }
a { background-color: rgb(59,32,113); }
div.DivClassName
{
background-color: #3B2071;
}
.BgClassName
{
background-color: #3B2071;
}
</style>
border-color css
<style>
span { border-color: #3B2071; }
span { border-color: rgb(59,32,113); }
td.TdClassName
{
border-color: #3B2071;
}
.TagClassName
{
border-color: #3B2071;
}
</style>