Shades of Christalle #3A0E68
Tints of Christalle #3A0E68
RGB
CMYK
RGB Variations
Color information
#3A0E68 (or 0x3A0E68) is known color: Christalle. HEX triplet: 3A, 0E and 68. RGB value is (58,14,104). Sum of RGB (Red+Green+Blue) = 58+14+104=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #3A0E68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0E68 is #C5F197. Grayscale: #252525. Windows color (decimal): -12972440 or 6819386. OLE color: 6819386.
HSL color Cylindrical-coordinate representation of color #3A0E68: hue angle of 269.33º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A0E68 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 14 | 104 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.59 |
| HSL | 269.33º | 0.76% | 0.23% | - |
| HSV(B) | 269.33º | 0.87% | 0.41% | - |
| XYZ | 4.4 | 2.21 | 13.29 | - |
| YUV | 37.42 | 165.58 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 14 | 104 | 0.44 | 0.87 | 0 | 0.59 | 269.33 | 0.76 | 0.23 |
| Hex | 3A | E | 68 | 2C | 57 | 0 | 3B | 10D | 4C | 17 |
| Octal | 72 | 16 | 150 | 54 | 127 | 0 | 73 | 415 | 114 | 27 |
| Binary | 111010 | 1110 | 1101000 | 101100 | 1010111 | 0 | 111011 | 100001101 | 1001100 | 10111 |
Color Harmonies of #3A0E68
Complementary color
Monochromatic Colors of #3A0E68
Black with #3A0E68
Text Example
Text Example
White with #3A0E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0E68; }
p { color: rgb(58,14,104); }
H1.HeaderClassName
{
color: #3A0E68;
}
.AnyTagClassName
{
color: #3A0E68;
}
</style>
background-color css
<style>
a { background-color: #3A0E68; }
a { background-color: rgb(58,14,104); }
div.DivClassName
{
background-color: #3A0E68;
}
.BgClassName
{
background-color: #3A0E68;
}
</style>
border-color css
<style>
span { border-color: #3A0E68; }
span { border-color: rgb(58,14,104); }
td.TdClassName
{
border-color: #3A0E68;
}
.TagClassName
{
border-color: #3A0E68;
}
</style>