Shades of Christalle #3B1B58
Tints of Christalle #3B1B58
RGB
CMYK
RGB Variations
Color information
#3B1B58 (or 0x3B1B58) is known color: Christalle. HEX triplet: 3B, 1B and 58. RGB value is (59,27,88). Sum of RGB (Red+Green+Blue) = 59+27+88=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #3B1B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1B58 is #C4E4A7. Grayscale: #2B2B2B. Windows color (decimal): -12903592 or 5774139. OLE color: 5774139.
HSL color Cylindrical-coordinate representation of color #3B1B58: hue angle of 271.48º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B1B58 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 27 | 88 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.65 |
| HSL | 271.48º | 0.53% | 0.23% | - |
| HSV(B) | 271.48º | 0.69% | 0.35% | - |
| XYZ | 3.96 | 2.42 | 9.49 | - |
| YUV | 43.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 27 | 88 | 0.33 | 0.69 | 0 | 0.65 | 271.48 | 0.53 | 0.23 |
| Hex | 3B | 1B | 58 | 21 | 45 | 0 | 41 | 10F | 35 | 17 |
| Octal | 73 | 33 | 130 | 41 | 105 | 0 | 101 | 417 | 65 | 27 |
| Binary | 111011 | 11011 | 1011000 | 100001 | 1000101 | 0 | 1000001 | 100001111 | 110101 | 10111 |
Color Harmonies of #3B1B58
Complementary color
Monochromatic Colors of #3B1B58
Black with #3B1B58
Text Example
Text Example
White with #3B1B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1B58; }
p { color: rgb(59,27,88); }
H1.HeaderClassName
{
color: #3B1B58;
}
.AnyTagClassName
{
color: #3B1B58;
}
</style>
background-color css
<style>
a { background-color: #3B1B58; }
a { background-color: rgb(59,27,88); }
div.DivClassName
{
background-color: #3B1B58;
}
.BgClassName
{
background-color: #3B1B58;
}
</style>
border-color css
<style>
span { border-color: #3B1B58; }
span { border-color: rgb(59,27,88); }
td.TdClassName
{
border-color: #3B1B58;
}
.TagClassName
{
border-color: #3B1B58;
}
</style>