Shades of Christalle #3A216F
Tints of Christalle #3A216F
RGB
CMYK
RGB Variations
Color information
#3A216F (or 0x3A216F) is known color: Christalle. HEX triplet: 3A, 21 and 6F. RGB value is (58,33,111). Sum of RGB (Red+Green+Blue) = 58+33+111=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A216F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A216F is #C5DE90. Grayscale: #313131. Windows color (decimal): -12967569 or 7283002. OLE color: 7283002.
HSL color Cylindrical-coordinate representation of color #3A216F: hue angle of 259.23º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A216F is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 33 | 111 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.56 |
| HSL | 259.23º | 0.54% | 0.28% | - |
| HSV(B) | 259.23º | 0.7% | 0.44% | - |
| XYZ | 5.16 | 3.13 | 15.37 | - |
| YUV | 49.37 | 162.78 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 33 | 111 | 0.48 | 0.70 | 0 | 0.56 | 259.23 | 0.54 | 0.28 |
| Hex | 3A | 21 | 6F | 30 | 46 | 0 | 38 | 103 | 36 | 1C |
| Octal | 72 | 41 | 157 | 60 | 106 | 0 | 70 | 403 | 66 | 34 |
| Binary | 111010 | 100001 | 1101111 | 110000 | 1000110 | 0 | 111000 | 100000011 | 110110 | 11100 |
Color Harmonies of #3A216F
Complementary color
Monochromatic Colors of #3A216F
Black with #3A216F
Text Example
Text Example
White with #3A216F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A216F; }
p { color: rgb(58,33,111); }
H1.HeaderClassName
{
color: #3A216F;
}
.AnyTagClassName
{
color: #3A216F;
}
</style>
background-color css
<style>
a { background-color: #3A216F; }
a { background-color: rgb(58,33,111); }
div.DivClassName
{
background-color: #3A216F;
}
.BgClassName
{
background-color: #3A216F;
}
</style>
border-color css
<style>
span { border-color: #3A216F; }
span { border-color: rgb(58,33,111); }
td.TdClassName
{
border-color: #3A216F;
}
.TagClassName
{
border-color: #3A216F;
}
</style>