Shades of Christalle #3A065D
Tints of Christalle #3A065D
RGB
CMYK
RGB Variations
Color information
#3A065D (or 0x3A065D) is known color: Christalle. HEX triplet: 3A, 06 and 5D. RGB value is (58,6,93). Sum of RGB (Red+Green+Blue) = 58+6+93=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A065D is #C5F9A2. Grayscale: #1F1F1F. Windows color (decimal): -12974499 or 6096442. OLE color: 6096442.
HSL color Cylindrical-coordinate representation of color #3A065D: hue angle of 275.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A065D is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 6 | 93 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.64 |
| HSL | 275.86º | 0.88% | 0.19% | - |
| HSV(B) | 275.86º | 0.94% | 0.36% | - |
| XYZ | 3.79 | 1.82 | 10.51 | - |
| YUV | 31.47 | 162.73 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 6 | 93 | 0.38 | 0.94 | 0 | 0.64 | 275.86 | 0.88 | 0.19 |
| Hex | 3A | 6 | 5D | 26 | 5E | 0 | 40 | 114 | 58 | 13 |
| Octal | 72 | 6 | 135 | 46 | 136 | 0 | 100 | 424 | 130 | 23 |
| Binary | 111010 | 110 | 1011101 | 100110 | 1011110 | 0 | 1000000 | 100010100 | 1011000 | 10011 |
Color Harmonies of #3A065D
Complementary color
Monochromatic Colors of #3A065D
Black with #3A065D
Text Example
Text Example
White with #3A065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A065D; }
p { color: rgb(58,6,93); }
H1.HeaderClassName
{
color: #3A065D;
}
.AnyTagClassName
{
color: #3A065D;
}
</style>
background-color css
<style>
a { background-color: #3A065D; }
a { background-color: rgb(58,6,93); }
div.DivClassName
{
background-color: #3A065D;
}
.BgClassName
{
background-color: #3A065D;
}
</style>
border-color css
<style>
span { border-color: #3A065D; }
span { border-color: rgb(58,6,93); }
td.TdClassName
{
border-color: #3A065D;
}
.TagClassName
{
border-color: #3A065D;
}
</style>