Shades of Christalle #3B1D58
Tints of Christalle #3B1D58
RGB
CMYK
RGB Variations
Color information
#3B1D58 (or 0x3B1D58) is known color: Christalle. HEX triplet: 3B, 1D and 58. RGB value is (59,29,88). Sum of RGB (Red+Green+Blue) = 59+29+88=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #3B1D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1D58 is #C4E2A7. Grayscale: #2C2C2C. Windows color (decimal): -12903080 or 5774651. OLE color: 5774651.
HSL color Cylindrical-coordinate representation of color #3B1D58: hue angle of 270.51º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B1D58 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 29 | 88 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.65 |
| HSL | 270.51º | 0.5% | 0.23% | - |
| HSV(B) | 270.51º | 0.67% | 0.35% | - |
| XYZ | 4 | 2.51 | 9.51 | - |
| YUV | 44.7 | 152.44 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 88 | 0.33 | 0.67 | 0 | 0.65 | 270.51 | 0.5 | 0.23 |
| Hex | 3B | 1D | 58 | 21 | 43 | 0 | 41 | 10F | 32 | 17 |
| Octal | 73 | 35 | 130 | 41 | 103 | 0 | 101 | 417 | 62 | 27 |
| Binary | 111011 | 11101 | 1011000 | 100001 | 1000011 | 0 | 1000001 | 100001111 | 110010 | 10111 |
Color Harmonies of #3B1D58
Complementary color
Monochromatic Colors of #3B1D58
Black with #3B1D58
Text Example
Text Example
White with #3B1D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D58; }
p { color: rgb(59,29,88); }
H1.HeaderClassName
{
color: #3B1D58;
}
.AnyTagClassName
{
color: #3B1D58;
}
</style>
background-color css
<style>
a { background-color: #3B1D58; }
a { background-color: rgb(59,29,88); }
div.DivClassName
{
background-color: #3B1D58;
}
.BgClassName
{
background-color: #3B1D58;
}
</style>
border-color css
<style>
span { border-color: #3B1D58; }
span { border-color: rgb(59,29,88); }
td.TdClassName
{
border-color: #3B1D58;
}
.TagClassName
{
border-color: #3B1D58;
}
</style>