Shades of Christalle #3B1F63
Tints of Christalle #3B1F63
RGB
CMYK
RGB Variations
Color information
#3B1F63 (or 0x3B1F63) is known color: Christalle. HEX triplet: 3B, 1F and 63. RGB value is (59,31,99). Sum of RGB (Red+Green+Blue) = 59+31+99=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #3B1F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1F63 is #C4E09C. Grayscale: #2E2E2E. Windows color (decimal): -12902557 or 6496059. OLE color: 6496059.
HSL color Cylindrical-coordinate representation of color #3B1F63: hue angle of 264.71º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B1F63 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 59 | 31 | 99 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.61 |
| HSL | 264.71º | 0.52% | 0.25% | - |
| HSV(B) | 264.71º | 0.69% | 0.39% | - |
| XYZ | 4.55 | 2.81 | 12.11 | - |
| YUV | 47.12 | 157.28 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 99 | 0.40 | 0.69 | 0 | 0.61 | 264.71 | 0.52 | 0.25 |
| Hex | 3B | 1F | 63 | 28 | 45 | 0 | 3D | 109 | 34 | 19 |
| Octal | 73 | 37 | 143 | 50 | 105 | 0 | 75 | 411 | 64 | 31 |
| Binary | 111011 | 11111 | 1100011 | 101000 | 1000101 | 0 | 111101 | 100001001 | 110100 | 11001 |
Color Harmonies of #3B1F63
Complementary color
Monochromatic Colors of #3B1F63
Black with #3B1F63
Text Example
Text Example
White with #3B1F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1F63; }
p { color: rgb(59,31,99); }
H1.HeaderClassName
{
color: #3B1F63;
}
.AnyTagClassName
{
color: #3B1F63;
}
</style>
background-color css
<style>
a { background-color: #3B1F63; }
a { background-color: rgb(59,31,99); }
div.DivClassName
{
background-color: #3B1F63;
}
.BgClassName
{
background-color: #3B1F63;
}
</style>
border-color css
<style>
span { border-color: #3B1F63; }
span { border-color: rgb(59,31,99); }
td.TdClassName
{
border-color: #3B1F63;
}
.TagClassName
{
border-color: #3B1F63;
}
</style>