Shades of Christalle #3A2761
Tints of Christalle #3A2761
RGB
CMYK
RGB Variations
Color information
#3A2761 (or 0x3A2761) is known color: Christalle. HEX triplet: 3A, 27 and 61. RGB value is (58,39,97). Sum of RGB (Red+Green+Blue) = 58+39+97=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #3A2761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2761 is #C5D89E. Grayscale: #333333. Windows color (decimal): -12966047 or 6367034. OLE color: 6367034.
HSL color Cylindrical-coordinate representation of color #3A2761: hue angle of 259.66º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A2761 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 39 | 97 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.62 |
| HSL | 259.66º | 0.43% | 0.27% | - |
| HSV(B) | 259.66º | 0.6% | 0.38% | - |
| XYZ | 4.63 | 3.21 | 11.69 | - |
| YUV | 51.29 | 153.79 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 97 | 0.40 | 0.60 | 0 | 0.62 | 259.66 | 0.43 | 0.27 |
| Hex | 3A | 27 | 61 | 28 | 3C | 0 | 3E | 104 | 2B | 1B |
| Octal | 72 | 47 | 141 | 50 | 74 | 0 | 76 | 404 | 53 | 33 |
| Binary | 111010 | 100111 | 1100001 | 101000 | 111100 | 0 | 111110 | 100000100 | 101011 | 11011 |
Color Harmonies of #3A2761
Complementary color
Monochromatic Colors of #3A2761
Black with #3A2761
Text Example
Text Example
White with #3A2761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2761; }
p { color: rgb(58,39,97); }
H1.HeaderClassName
{
color: #3A2761;
}
.AnyTagClassName
{
color: #3A2761;
}
</style>
background-color css
<style>
a { background-color: #3A2761; }
a { background-color: rgb(58,39,97); }
div.DivClassName
{
background-color: #3A2761;
}
.BgClassName
{
background-color: #3A2761;
}
</style>
border-color css
<style>
span { border-color: #3A2761; }
span { border-color: rgb(58,39,97); }
td.TdClassName
{
border-color: #3A2761;
}
.TagClassName
{
border-color: #3A2761;
}
</style>