Shades of Christalle #3B1858
Tints of Christalle #3B1858
RGB
CMYK
RGB Variations
Color information
#3B1858 (or 0x3B1858) is known color: Christalle. HEX triplet: 3B, 18 and 58. RGB value is (59,24,88). Sum of RGB (Red+Green+Blue) = 59+24+88=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #3B1858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1858 is #C4E7A7. Grayscale: #292929. Windows color (decimal): -12904360 or 5773371. OLE color: 5773371.
HSL color Cylindrical-coordinate representation of color #3B1858: hue angle of 272.81º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B1858 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 24 | 88 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.65 |
| HSL | 272.81º | 0.57% | 0.22% | - |
| HSV(B) | 272.81º | 0.73% | 0.35% | - |
| XYZ | 3.89 | 2.29 | 9.47 | - |
| YUV | 41.76 | 154.1 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 88 | 0.33 | 0.73 | 0 | 0.65 | 272.81 | 0.57 | 0.22 |
| Hex | 3B | 18 | 58 | 21 | 49 | 0 | 41 | 111 | 39 | 16 |
| Octal | 73 | 30 | 130 | 41 | 111 | 0 | 101 | 421 | 71 | 26 |
| Binary | 111011 | 11000 | 1011000 | 100001 | 1001001 | 0 | 1000001 | 100010001 | 111001 | 10110 |
Color Harmonies of #3B1858
Complementary color
Monochromatic Colors of #3B1858
Black with #3B1858
Text Example
Text Example
White with #3B1858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1858; }
p { color: rgb(59,24,88); }
H1.HeaderClassName
{
color: #3B1858;
}
.AnyTagClassName
{
color: #3B1858;
}
</style>
background-color css
<style>
a { background-color: #3B1858; }
a { background-color: rgb(59,24,88); }
div.DivClassName
{
background-color: #3B1858;
}
.BgClassName
{
background-color: #3B1858;
}
</style>
border-color css
<style>
span { border-color: #3B1858; }
span { border-color: rgb(59,24,88); }
td.TdClassName
{
border-color: #3B1858;
}
.TagClassName
{
border-color: #3B1858;
}
</style>