Shades of Christalle #3B1F61
Tints of Christalle #3B1F61
RGB
CMYK
RGB Variations
Color information
#3B1F61 (or 0x3B1F61) is known color: Christalle. HEX triplet: 3B, 1F and 61. RGB value is (59,31,97). Sum of RGB (Red+Green+Blue) = 59+31+97=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #3B1F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1F61 is #C4E09E. Grayscale: #2E2E2E. Windows color (decimal): -12902559 or 6364987. OLE color: 6364987.
HSL color Cylindrical-coordinate representation of color #3B1F61: hue angle of 265.45º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B1F61 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 31 | 97 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.62 |
| HSL | 265.45º | 0.52% | 0.25% | - |
| HSV(B) | 265.45º | 0.68% | 0.38% | - |
| XYZ | 4.45 | 2.77 | 11.61 | - |
| YUV | 46.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 97 | 0.39 | 0.68 | 0 | 0.62 | 265.45 | 0.52 | 0.25 |
| Hex | 3B | 1F | 61 | 27 | 44 | 0 | 3E | 109 | 34 | 19 |
| Octal | 73 | 37 | 141 | 47 | 104 | 0 | 76 | 411 | 64 | 31 |
| Binary | 111011 | 11111 | 1100001 | 100111 | 1000100 | 0 | 111110 | 100001001 | 110100 | 11001 |
Color Harmonies of #3B1F61
Complementary color
Monochromatic Colors of #3B1F61
Black with #3B1F61
Text Example
Text Example
White with #3B1F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1F61; }
p { color: rgb(59,31,97); }
H1.HeaderClassName
{
color: #3B1F61;
}
.AnyTagClassName
{
color: #3B1F61;
}
</style>
background-color css
<style>
a { background-color: #3B1F61; }
a { background-color: rgb(59,31,97); }
div.DivClassName
{
background-color: #3B1F61;
}
.BgClassName
{
background-color: #3B1F61;
}
</style>
border-color css
<style>
span { border-color: #3B1F61; }
span { border-color: rgb(59,31,97); }
td.TdClassName
{
border-color: #3B1F61;
}
.TagClassName
{
border-color: #3B1F61;
}
</style>