Shades of Christalle #3A1354
Tints of Christalle #3A1354
RGB
CMYK
RGB Variations
Color information
#3A1354 (or 0x3A1354) is known color: Christalle. HEX triplet: 3A, 13 and 54. RGB value is (58,19,84). Sum of RGB (Red+Green+Blue) = 58+19+84=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #3A1354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1354 is #C5ECAB. Grayscale: #252525. Windows color (decimal): -12971180 or 5509946. OLE color: 5509946.
HSL color Cylindrical-coordinate representation of color #3A1354: hue angle of 276º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A1354 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 19 | 84 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.67 |
| HSL | 276º | 0.63% | 0.2% | - |
| HSV(B) | 276º | 0.77% | 0.33% | - |
| XYZ | 3.58 | 2.01 | 8.59 | - |
| YUV | 38.07 | 153.92 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 84 | 0.31 | 0.77 | 0 | 0.67 | 276 | 0.63 | 0.2 |
| Hex | 3A | 13 | 54 | 1F | 4D | 0 | 43 | 114 | 3F | 14 |
| Octal | 72 | 23 | 124 | 37 | 115 | 0 | 103 | 424 | 77 | 24 |
| Binary | 111010 | 10011 | 1010100 | 11111 | 1001101 | 0 | 1000011 | 100010100 | 111111 | 10100 |
Color Harmonies of #3A1354
Complementary color
Monochromatic Colors of #3A1354
Black with #3A1354
Text Example
Text Example
White with #3A1354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1354; }
p { color: rgb(58,19,84); }
H1.HeaderClassName
{
color: #3A1354;
}
.AnyTagClassName
{
color: #3A1354;
}
</style>
background-color css
<style>
a { background-color: #3A1354; }
a { background-color: rgb(58,19,84); }
div.DivClassName
{
background-color: #3A1354;
}
.BgClassName
{
background-color: #3A1354;
}
</style>
border-color css
<style>
span { border-color: #3A1354; }
span { border-color: rgb(58,19,84); }
td.TdClassName
{
border-color: #3A1354;
}
.TagClassName
{
border-color: #3A1354;
}
</style>