Shades of Christalle #39045A
Tints of Christalle #39045A
RGB
CMYK
RGB Variations
Color information
#39045A (or 0x39045A) is known color: Christalle. HEX triplet: 39, 04 and 5A. RGB value is (57,4,90). Sum of RGB (Red+Green+Blue) = 57+4+90=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #39045A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39045A is #C6FBA5. Grayscale: #1D1D1D. Windows color (decimal): -13040550 or 5899321. OLE color: 5899321.
HSL color Cylindrical-coordinate representation of color #39045A: hue angle of 276.98º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #39045A is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 4 | 90 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.65 |
| HSL | 276.98º | 0.91% | 0.18% | - |
| HSV(B) | 276.98º | 0.96% | 0.35% | - |
| XYZ | 3.58 | 1.69 | 9.81 | - |
| YUV | 29.65 | 162.06 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 4 | 90 | 0.37 | 0.96 | 0 | 0.65 | 276.98 | 0.91 | 0.18 |
| Hex | 39 | 4 | 5A | 25 | 60 | 0 | 41 | 115 | 5B | 12 |
| Octal | 71 | 4 | 132 | 45 | 140 | 0 | 101 | 425 | 133 | 22 |
| Binary | 111001 | 100 | 1011010 | 100101 | 1100000 | 0 | 1000001 | 100010101 | 1011011 | 10010 |
Color Harmonies of #39045A
Complementary color
Monochromatic Colors of #39045A
Black with #39045A
Text Example
Text Example
White with #39045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39045A; }
p { color: rgb(57,4,90); }
H1.HeaderClassName
{
color: #39045A;
}
.AnyTagClassName
{
color: #39045A;
}
</style>
background-color css
<style>
a { background-color: #39045A; }
a { background-color: rgb(57,4,90); }
div.DivClassName
{
background-color: #39045A;
}
.BgClassName
{
background-color: #39045A;
}
</style>
border-color css
<style>
span { border-color: #39045A; }
span { border-color: rgb(57,4,90); }
td.TdClassName
{
border-color: #39045A;
}
.TagClassName
{
border-color: #39045A;
}
</style>