Shades of Christalle #3A1858
Tints of Christalle #3A1858
RGB
CMYK
RGB Variations
Color information
#3A1858 (or 0x3A1858) is known color: Christalle. HEX triplet: 3A, 18 and 58. RGB value is (58,24,88). Sum of RGB (Red+Green+Blue) = 58+24+88=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #3A1858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1858 is #C5E7A7. Grayscale: #292929. Windows color (decimal): -12969896 or 5773370. OLE color: 5773370.
HSL color Cylindrical-coordinate representation of color #3A1858: hue angle of 271.88º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A1858 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 24 | 88 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.65 |
| HSL | 271.88º | 0.57% | 0.22% | - |
| HSV(B) | 271.88º | 0.73% | 0.35% | - |
| XYZ | 3.83 | 2.26 | 9.47 | - |
| YUV | 41.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 24 | 88 | 0.34 | 0.73 | 0 | 0.65 | 271.88 | 0.57 | 0.22 |
| Hex | 3A | 18 | 58 | 22 | 49 | 0 | 41 | 110 | 39 | 16 |
| Octal | 72 | 30 | 130 | 42 | 111 | 0 | 101 | 420 | 71 | 26 |
| Binary | 111010 | 11000 | 1011000 | 100010 | 1001001 | 0 | 1000001 | 100010000 | 111001 | 10110 |
Color Harmonies of #3A1858
Complementary color
Monochromatic Colors of #3A1858
Black with #3A1858
Text Example
Text Example
White with #3A1858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1858; }
p { color: rgb(58,24,88); }
H1.HeaderClassName
{
color: #3A1858;
}
.AnyTagClassName
{
color: #3A1858;
}
</style>
background-color css
<style>
a { background-color: #3A1858; }
a { background-color: rgb(58,24,88); }
div.DivClassName
{
background-color: #3A1858;
}
.BgClassName
{
background-color: #3A1858;
}
</style>
border-color css
<style>
span { border-color: #3A1858; }
span { border-color: rgb(58,24,88); }
td.TdClassName
{
border-color: #3A1858;
}
.TagClassName
{
border-color: #3A1858;
}
</style>