Shades of Christalle #390A5A
Tints of Christalle #390A5A
RGB
CMYK
RGB Variations
Color information
#390A5A (or 0x390A5A) is known color: Christalle. HEX triplet: 39, 0A and 5A. RGB value is (57,10,90). Sum of RGB (Red+Green+Blue) = 57+10+90=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #390A5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390A5A is #C6F5A5. Grayscale: #202020. Windows color (decimal): -13039014 or 5900857. OLE color: 5900857.
HSL color Cylindrical-coordinate representation of color #390A5A: hue angle of 275.25º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390A5A is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 10 | 90 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.65 |
| HSL | 275.25º | 0.8% | 0.2% | - |
| HSV(B) | 275.25º | 0.89% | 0.35% | - |
| XYZ | 3.64 | 1.83 | 9.83 | - |
| YUV | 33.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 90 | 0.37 | 0.89 | 0 | 0.65 | 275.25 | 0.8 | 0.2 |
| Hex | 39 | A | 5A | 25 | 59 | 0 | 41 | 113 | 50 | 14 |
| Octal | 71 | 12 | 132 | 45 | 131 | 0 | 101 | 423 | 120 | 24 |
| Binary | 111001 | 1010 | 1011010 | 100101 | 1011001 | 0 | 1000001 | 100010011 | 1010000 | 10100 |
Color Harmonies of #390A5A
Complementary color
Monochromatic Colors of #390A5A
Black with #390A5A
Text Example
Text Example
White with #390A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390A5A; }
p { color: rgb(57,10,90); }
H1.HeaderClassName
{
color: #390A5A;
}
.AnyTagClassName
{
color: #390A5A;
}
</style>
background-color css
<style>
a { background-color: #390A5A; }
a { background-color: rgb(57,10,90); }
div.DivClassName
{
background-color: #390A5A;
}
.BgClassName
{
background-color: #390A5A;
}
</style>
border-color css
<style>
span { border-color: #390A5A; }
span { border-color: rgb(57,10,90); }
td.TdClassName
{
border-color: #390A5A;
}
.TagClassName
{
border-color: #390A5A;
}
</style>