Shades of Christalle #3A215F
Tints of Christalle #3A215F
RGB
CMYK
RGB Variations
Color information
#3A215F (or 0x3A215F) is known color: Christalle. HEX triplet: 3A, 21 and 5F. RGB value is (58,33,95). Sum of RGB (Red+Green+Blue) = 58+33+95=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #3A215F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A215F is #C5DEA0. Grayscale: #2F2F2F. Windows color (decimal): -12967585 or 6234426. OLE color: 6234426.
HSL color Cylindrical-coordinate representation of color #3A215F: hue angle of 264.19º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A215F is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 58 | 33 | 95 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.63 |
| HSL | 264.19º | 0.48% | 0.25% | - |
| HSV(B) | 264.19º | 0.65% | 0.37% | - |
| XYZ | 4.35 | 2.81 | 11.14 | - |
| YUV | 47.54 | 154.78 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 33 | 95 | 0.39 | 0.65 | 0 | 0.63 | 264.19 | 0.48 | 0.25 |
| Hex | 3A | 21 | 5F | 27 | 41 | 0 | 3F | 108 | 30 | 19 |
| Octal | 72 | 41 | 137 | 47 | 101 | 0 | 77 | 410 | 60 | 31 |
| Binary | 111010 | 100001 | 1011111 | 100111 | 1000001 | 0 | 111111 | 100001000 | 110000 | 11001 |
Color Harmonies of #3A215F
Complementary color
Monochromatic Colors of #3A215F
Black with #3A215F
Text Example
Text Example
White with #3A215F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A215F; }
p { color: rgb(58,33,95); }
H1.HeaderClassName
{
color: #3A215F;
}
.AnyTagClassName
{
color: #3A215F;
}
</style>
background-color css
<style>
a { background-color: #3A215F; }
a { background-color: rgb(58,33,95); }
div.DivClassName
{
background-color: #3A215F;
}
.BgClassName
{
background-color: #3A215F;
}
</style>
border-color css
<style>
span { border-color: #3A215F; }
span { border-color: rgb(58,33,95); }
td.TdClassName
{
border-color: #3A215F;
}
.TagClassName
{
border-color: #3A215F;
}
</style>