Shades of Christalle #39225A
Tints of Christalle #39225A
RGB
CMYK
RGB Variations
Color information
#39225A (or 0x39225A) is known color: Christalle. HEX triplet: 39, 22 and 5A. RGB value is (57,34,90). Sum of RGB (Red+Green+Blue) = 57+34+90=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #39225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39225A is #C6DDA5. Grayscale: #2F2F2F. Windows color (decimal): -13032870 or 5907001. OLE color: 5907001.
HSL color Cylindrical-coordinate representation of color #39225A: hue angle of 264.64º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39225A is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 34 | 90 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.65 |
| HSL | 264.64º | 0.45% | 0.24% | - |
| HSV(B) | 264.64º | 0.62% | 0.35% | - |
| XYZ | 4.1 | 2.75 | 9.99 | - |
| YUV | 47.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 34 | 90 | 0.37 | 0.62 | 0 | 0.65 | 264.64 | 0.45 | 0.24 |
| Hex | 39 | 22 | 5A | 25 | 3E | 0 | 41 | 109 | 2D | 18 |
| Octal | 71 | 42 | 132 | 45 | 76 | 0 | 101 | 411 | 55 | 30 |
| Binary | 111001 | 100010 | 1011010 | 100101 | 111110 | 0 | 1000001 | 100001001 | 101101 | 11000 |
Color Harmonies of #39225A
Complementary color
Monochromatic Colors of #39225A
Black with #39225A
Text Example
Text Example
White with #39225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39225A; }
p { color: rgb(57,34,90); }
H1.HeaderClassName
{
color: #39225A;
}
.AnyTagClassName
{
color: #39225A;
}
</style>
background-color css
<style>
a { background-color: #39225A; }
a { background-color: rgb(57,34,90); }
div.DivClassName
{
background-color: #39225A;
}
.BgClassName
{
background-color: #39225A;
}
</style>
border-color css
<style>
span { border-color: #39225A; }
span { border-color: rgb(57,34,90); }
td.TdClassName
{
border-color: #39225A;
}
.TagClassName
{
border-color: #39225A;
}
</style>