Shades of Christalle #3A0861
Tints of Christalle #3A0861
RGB
CMYK
RGB Variations
Color information
#3A0861 (or 0x3A0861) is known color: Christalle. HEX triplet: 3A, 08 and 61. RGB value is (58,8,97). Sum of RGB (Red+Green+Blue) = 58+8+97=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #3A0861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0861 is #C5F79E. Grayscale: #202020. Windows color (decimal): -12973983 or 6359098. OLE color: 6359098.
HSL color Cylindrical-coordinate representation of color #3A0861: hue angle of 273.71º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A0861 is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 8 | 97 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.62 |
| HSL | 273.71º | 0.85% | 0.21% | - |
| HSV(B) | 273.71º | 0.92% | 0.38% | - |
| XYZ | 3.99 | 1.94 | 11.47 | - |
| YUV | 33.1 | 164.07 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 97 | 0.40 | 0.92 | 0 | 0.62 | 273.71 | 0.85 | 0.21 |
| Hex | 3A | 8 | 61 | 28 | 5C | 0 | 3E | 112 | 55 | 15 |
| Octal | 72 | 10 | 141 | 50 | 134 | 0 | 76 | 422 | 125 | 25 |
| Binary | 111010 | 1000 | 1100001 | 101000 | 1011100 | 0 | 111110 | 100010010 | 1010101 | 10101 |
Color Harmonies of #3A0861
Complementary color
Monochromatic Colors of #3A0861
Black with #3A0861
Text Example
Text Example
White with #3A0861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0861; }
p { color: rgb(58,8,97); }
H1.HeaderClassName
{
color: #3A0861;
}
.AnyTagClassName
{
color: #3A0861;
}
</style>
background-color css
<style>
a { background-color: #3A0861; }
a { background-color: rgb(58,8,97); }
div.DivClassName
{
background-color: #3A0861;
}
.BgClassName
{
background-color: #3A0861;
}
</style>
border-color css
<style>
span { border-color: #3A0861; }
span { border-color: rgb(58,8,97); }
td.TdClassName
{
border-color: #3A0861;
}
.TagClassName
{
border-color: #3A0861;
}
</style>