Shades of Christalle #39265A
Tints of Christalle #39265A
RGB
CMYK
RGB Variations
Color information
#39265A (or 0x39265A) is known color: Christalle. HEX triplet: 39, 26 and 5A. RGB value is (57,38,90). Sum of RGB (Red+Green+Blue) = 57+38+90=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #39265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39265A is #C6D9A5. Grayscale: #313131. Windows color (decimal): -13031846 or 5908025. OLE color: 5908025.
HSL color Cylindrical-coordinate representation of color #39265A: hue angle of 261.92º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39265A is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 38 | 90 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.65 |
| HSL | 261.92º | 0.41% | 0.25% | - |
| HSV(B) | 261.92º | 0.58% | 0.35% | - |
| XYZ | 4.23 | 2.99 | 10.03 | - |
| YUV | 49.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 38 | 90 | 0.37 | 0.58 | 0 | 0.65 | 261.92 | 0.41 | 0.25 |
| Hex | 39 | 26 | 5A | 25 | 3A | 0 | 41 | 106 | 29 | 19 |
| Octal | 71 | 46 | 132 | 45 | 72 | 0 | 101 | 406 | 51 | 31 |
| Binary | 111001 | 100110 | 1011010 | 100101 | 111010 | 0 | 1000001 | 100000110 | 101001 | 11001 |
Color Harmonies of #39265A
Complementary color
Monochromatic Colors of #39265A
Black with #39265A
Text Example
Text Example
White with #39265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39265A; }
p { color: rgb(57,38,90); }
H1.HeaderClassName
{
color: #39265A;
}
.AnyTagClassName
{
color: #39265A;
}
</style>
background-color css
<style>
a { background-color: #39265A; }
a { background-color: rgb(57,38,90); }
div.DivClassName
{
background-color: #39265A;
}
.BgClassName
{
background-color: #39265A;
}
</style>
border-color css
<style>
span { border-color: #39265A; }
span { border-color: rgb(57,38,90); }
td.TdClassName
{
border-color: #39265A;
}
.TagClassName
{
border-color: #39265A;
}
</style>