Shades of Christalle #3A045F
Tints of Christalle #3A045F
RGB
CMYK
RGB Variations
Color information
#3A045F (or 0x3A045F) is known color: Christalle. HEX triplet: 3A, 04 and 5F. RGB value is (58,4,95). Sum of RGB (Red+Green+Blue) = 58+4+95=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 95 (37.5% from 255 or 60.51% from 157); Max value from RGB is 95 - color contains mainly: blue. Hex color #3A045F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A045F is #C5FBA0. Grayscale: #1E1E1E. Windows color (decimal): -12975009 or 6227002. OLE color: 6227002.
HSL color Cylindrical-coordinate representation of color #3A045F: hue angle of 275.6º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A045F is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 58 | 4 | 95 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.63 |
| HSL | 275.6º | 0.92% | 0.19% | - |
| HSV(B) | 275.6º | 0.96% | 0.37% | - |
| XYZ | 3.85 | 1.81 | 10.97 | - |
| YUV | 30.52 | 164.39 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 95 | 0.39 | 0.96 | 0 | 0.63 | 275.6 | 0.92 | 0.19 |
| Hex | 3A | 4 | 5F | 27 | 60 | 0 | 3F | 114 | 5C | 13 |
| Octal | 72 | 4 | 137 | 47 | 140 | 0 | 77 | 424 | 134 | 23 |
| Binary | 111010 | 100 | 1011111 | 100111 | 1100000 | 0 | 111111 | 100010100 | 1011100 | 10011 |
Color Harmonies of #3A045F
Complementary color
Monochromatic Colors of #3A045F
Black with #3A045F
Text Example
Text Example
White with #3A045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A045F; }
p { color: rgb(58,4,95); }
H1.HeaderClassName
{
color: #3A045F;
}
.AnyTagClassName
{
color: #3A045F;
}
</style>
background-color css
<style>
a { background-color: #3A045F; }
a { background-color: rgb(58,4,95); }
div.DivClassName
{
background-color: #3A045F;
}
.BgClassName
{
background-color: #3A045F;
}
</style>
border-color css
<style>
span { border-color: #3A045F; }
span { border-color: rgb(58,4,95); }
td.TdClassName
{
border-color: #3A045F;
}
.TagClassName
{
border-color: #3A045F;
}
</style>