Shades of Christalle #3A0C60
Tints of Christalle #3A0C60
RGB
CMYK
RGB Variations
Color information
#3A0C60 (or 0x3A0C60) is known color: Christalle. HEX triplet: 3A, 0C and 60. RGB value is (58,12,96). Sum of RGB (Red+Green+Blue) = 58+12+96=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A0C60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0C60 is #C5F39F. Grayscale: #232323. Windows color (decimal): -12972960 or 6294586. OLE color: 6294586.
HSL color Cylindrical-coordinate representation of color #3A0C60: hue angle of 272.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A0C60 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 12 | 96 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.62 |
| HSL | 272.86º | 0.78% | 0.21% | - |
| HSV(B) | 272.86º | 0.88% | 0.38% | - |
| XYZ | 3.99 | 2.01 | 11.24 | - |
| YUV | 35.33 | 162.24 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 12 | 96 | 0.40 | 0.88 | 0 | 0.62 | 272.86 | 0.78 | 0.21 |
| Hex | 3A | C | 60 | 28 | 58 | 0 | 3E | 111 | 4E | 15 |
| Octal | 72 | 14 | 140 | 50 | 130 | 0 | 76 | 421 | 116 | 25 |
| Binary | 111010 | 1100 | 1100000 | 101000 | 1011000 | 0 | 111110 | 100010001 | 1001110 | 10101 |
Color Harmonies of #3A0C60
Complementary color
Monochromatic Colors of #3A0C60
Black with #3A0C60
Text Example
Text Example
White with #3A0C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0C60; }
p { color: rgb(58,12,96); }
H1.HeaderClassName
{
color: #3A0C60;
}
.AnyTagClassName
{
color: #3A0C60;
}
</style>
background-color css
<style>
a { background-color: #3A0C60; }
a { background-color: rgb(58,12,96); }
div.DivClassName
{
background-color: #3A0C60;
}
.BgClassName
{
background-color: #3A0C60;
}
</style>
border-color css
<style>
span { border-color: #3A0C60; }
span { border-color: rgb(58,12,96); }
td.TdClassName
{
border-color: #3A0C60;
}
.TagClassName
{
border-color: #3A0C60;
}
</style>