Shades of Christalle #3A065A
Tints of Christalle #3A065A
RGB
CMYK
RGB Variations
Color information
#3A065A (or 0x3A065A) is known color: Christalle. HEX triplet: 3A, 06 and 5A. RGB value is (58,6,90). Sum of RGB (Red+Green+Blue) = 58+6+90=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A065A is #C5F9A5. Grayscale: #1E1E1E. Windows color (decimal): -12974502 or 5899834. OLE color: 5899834.
HSL color Cylindrical-coordinate representation of color #3A065A: hue angle of 277.14º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A065A is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 6 | 90 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.65 |
| HSL | 277.14º | 0.88% | 0.19% | - |
| HSV(B) | 277.14º | 0.93% | 0.35% | - |
| XYZ | 3.66 | 1.77 | 9.82 | - |
| YUV | 31.12 | 161.23 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 6 | 90 | 0.36 | 0.93 | 0 | 0.65 | 277.14 | 0.88 | 0.19 |
| Hex | 3A | 6 | 5A | 24 | 5D | 0 | 41 | 115 | 58 | 13 |
| Octal | 72 | 6 | 132 | 44 | 135 | 0 | 101 | 425 | 130 | 23 |
| Binary | 111010 | 110 | 1011010 | 100100 | 1011101 | 0 | 1000001 | 100010101 | 1011000 | 10011 |
Color Harmonies of #3A065A
Complementary color
Monochromatic Colors of #3A065A
Black with #3A065A
Text Example
Text Example
White with #3A065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A065A; }
p { color: rgb(58,6,90); }
H1.HeaderClassName
{
color: #3A065A;
}
.AnyTagClassName
{
color: #3A065A;
}
</style>
background-color css
<style>
a { background-color: #3A065A; }
a { background-color: rgb(58,6,90); }
div.DivClassName
{
background-color: #3A065A;
}
.BgClassName
{
background-color: #3A065A;
}
</style>
border-color css
<style>
span { border-color: #3A065A; }
span { border-color: rgb(58,6,90); }
td.TdClassName
{
border-color: #3A065A;
}
.TagClassName
{
border-color: #3A065A;
}
</style>