Shades of Christalle #3A145B
Tints of Christalle #3A145B
RGB
CMYK
RGB Variations
Color information
#3A145B (or 0x3A145B) is known color: Christalle. HEX triplet: 3A, 14 and 5B. RGB value is (58,20,91). Sum of RGB (Red+Green+Blue) = 58+20+91=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A145B is #C5EBA4. Grayscale: #272727. Windows color (decimal): -12970917 or 5968954. OLE color: 5968954.
HSL color Cylindrical-coordinate representation of color #3A145B: hue angle of 272.11º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A145B is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 20 | 91 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.64 |
| HSL | 272.11º | 0.64% | 0.22% | - |
| HSV(B) | 272.11º | 0.78% | 0.36% | - |
| XYZ | 3.88 | 2.16 | 10.11 | - |
| YUV | 39.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 91 | 0.36 | 0.78 | 0 | 0.64 | 272.11 | 0.64 | 0.22 |
| Hex | 3A | 14 | 5B | 24 | 4E | 0 | 40 | 110 | 40 | 16 |
| Octal | 72 | 24 | 133 | 44 | 116 | 0 | 100 | 420 | 100 | 26 |
| Binary | 111010 | 10100 | 1011011 | 100100 | 1001110 | 0 | 1000000 | 100010000 | 1000000 | 10110 |
Color Harmonies of #3A145B
Complementary color
Monochromatic Colors of #3A145B
Black with #3A145B
Text Example
Text Example
White with #3A145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A145B; }
p { color: rgb(58,20,91); }
H1.HeaderClassName
{
color: #3A145B;
}
.AnyTagClassName
{
color: #3A145B;
}
</style>
background-color css
<style>
a { background-color: #3A145B; }
a { background-color: rgb(58,20,91); }
div.DivClassName
{
background-color: #3A145B;
}
.BgClassName
{
background-color: #3A145B;
}
</style>
border-color css
<style>
span { border-color: #3A145B; }
span { border-color: rgb(58,20,91); }
td.TdClassName
{
border-color: #3A145B;
}
.TagClassName
{
border-color: #3A145B;
}
</style>