Shades of Christalle #3A1F59
Tints of Christalle #3A1F59
RGB
CMYK
RGB Variations
Color information
#3A1F59 (or 0x3A1F59) is known color: Christalle. HEX triplet: 3A, 1F and 59. RGB value is (58,31,89). Sum of RGB (Red+Green+Blue) = 58+31+89=178 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.58% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A1F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1F59 is #C5E0A6. Grayscale: #2D2D2D. Windows color (decimal): -12968103 or 5840698. OLE color: 5840698.
HSL color Cylindrical-coordinate representation of color #3A1F59: hue angle of 267.93º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A1F59 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 31 | 89 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.65 |
| HSL | 267.93º | 0.48% | 0.24% | - |
| HSV(B) | 267.93º | 0.65% | 0.35% | - |
| XYZ | 4.04 | 2.6 | 9.74 | - |
| YUV | 45.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 89 | 0.35 | 0.65 | 0 | 0.65 | 267.93 | 0.48 | 0.24 |
| Hex | 3A | 1F | 59 | 23 | 41 | 0 | 41 | 10C | 30 | 18 |
| Octal | 72 | 37 | 131 | 43 | 101 | 0 | 101 | 414 | 60 | 30 |
| Binary | 111010 | 11111 | 1011001 | 100011 | 1000001 | 0 | 1000001 | 100001100 | 110000 | 11000 |
Color Harmonies of #3A1F59
Complementary color
Monochromatic Colors of #3A1F59
Black with #3A1F59
Text Example
Text Example
White with #3A1F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1F59; }
p { color: rgb(58,31,89); }
H1.HeaderClassName
{
color: #3A1F59;
}
.AnyTagClassName
{
color: #3A1F59;
}
</style>
background-color css
<style>
a { background-color: #3A1F59; }
a { background-color: rgb(58,31,89); }
div.DivClassName
{
background-color: #3A1F59;
}
.BgClassName
{
background-color: #3A1F59;
}
</style>
border-color css
<style>
span { border-color: #3A1F59; }
span { border-color: rgb(58,31,89); }
td.TdClassName
{
border-color: #3A1F59;
}
.TagClassName
{
border-color: #3A1F59;
}
</style>