Shades of Christalle #3B1F5E
Tints of Christalle #3B1F5E
RGB
CMYK
RGB Variations
Color information
#3B1F5E (or 0x3B1F5E) is known color: Christalle. HEX triplet: 3B, 1F and 5E. RGB value is (59,31,94). Sum of RGB (Red+Green+Blue) = 59+31+94=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #3B1F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1F5E is #C4E0A1. Grayscale: #2E2E2E. Windows color (decimal): -12902562 or 6168379. OLE color: 6168379.
HSL color Cylindrical-coordinate representation of color #3B1F5E: hue angle of 266.67º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B1F5E is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 59 | 31 | 94 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.63 |
| HSL | 266.67º | 0.5% | 0.25% | - |
| HSV(B) | 266.67º | 0.67% | 0.37% | - |
| XYZ | 4.31 | 2.72 | 10.89 | - |
| YUV | 46.55 | 154.78 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 94 | 0.37 | 0.67 | 0 | 0.63 | 266.67 | 0.5 | 0.25 |
| Hex | 3B | 1F | 5E | 25 | 43 | 0 | 3F | 10B | 32 | 19 |
| Octal | 73 | 37 | 136 | 45 | 103 | 0 | 77 | 413 | 62 | 31 |
| Binary | 111011 | 11111 | 1011110 | 100101 | 1000011 | 0 | 111111 | 100001011 | 110010 | 11001 |
Color Harmonies of #3B1F5E
Complementary color
Monochromatic Colors of #3B1F5E
Black with #3B1F5E
Text Example
Text Example
White with #3B1F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1F5E; }
p { color: rgb(59,31,94); }
H1.HeaderClassName
{
color: #3B1F5E;
}
.AnyTagClassName
{
color: #3B1F5E;
}
</style>
background-color css
<style>
a { background-color: #3B1F5E; }
a { background-color: rgb(59,31,94); }
div.DivClassName
{
background-color: #3B1F5E;
}
.BgClassName
{
background-color: #3B1F5E;
}
</style>
border-color css
<style>
span { border-color: #3B1F5E; }
span { border-color: rgb(59,31,94); }
td.TdClassName
{
border-color: #3B1F5E;
}
.TagClassName
{
border-color: #3B1F5E;
}
</style>