Shades of Christalle #3A1459
Tints of Christalle #3A1459
RGB
CMYK
RGB Variations
Color information
#3A1459 (or 0x3A1459) is known color: Christalle. HEX triplet: 3A, 14 and 59. RGB value is (58,20,89). Sum of RGB (Red+Green+Blue) = 58+20+89=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A1459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1459 is #C5EBA6. Grayscale: #262626. Windows color (decimal): -12970919 or 5837882. OLE color: 5837882.
HSL color Cylindrical-coordinate representation of color #3A1459: hue angle of 273.04º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A1459 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 20 | 89 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.65 |
| HSL | 273.04º | 0.63% | 0.21% | - |
| HSV(B) | 273.04º | 0.78% | 0.35% | - |
| XYZ | 3.8 | 2.12 | 9.66 | - |
| YUV | 39.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 89 | 0.35 | 0.78 | 0 | 0.65 | 273.04 | 0.63 | 0.21 |
| Hex | 3A | 14 | 59 | 23 | 4E | 0 | 41 | 111 | 3F | 15 |
| Octal | 72 | 24 | 131 | 43 | 116 | 0 | 101 | 421 | 77 | 25 |
| Binary | 111010 | 10100 | 1011001 | 100011 | 1001110 | 0 | 1000001 | 100010001 | 111111 | 10101 |
Color Harmonies of #3A1459
Complementary color
Monochromatic Colors of #3A1459
Black with #3A1459
Text Example
Text Example
White with #3A1459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1459; }
p { color: rgb(58,20,89); }
H1.HeaderClassName
{
color: #3A1459;
}
.AnyTagClassName
{
color: #3A1459;
}
</style>
background-color css
<style>
a { background-color: #3A1459; }
a { background-color: rgb(58,20,89); }
div.DivClassName
{
background-color: #3A1459;
}
.BgClassName
{
background-color: #3A1459;
}
</style>
border-color css
<style>
span { border-color: #3A1459; }
span { border-color: rgb(58,20,89); }
td.TdClassName
{
border-color: #3A1459;
}
.TagClassName
{
border-color: #3A1459;
}
</style>