Shades of Christalle #39255A
Tints of Christalle #39255A
RGB
CMYK
RGB Variations
Color information
#39255A (or 0x39255A) is known color: Christalle. HEX triplet: 39, 25 and 5A. RGB value is (57,37,90). Sum of RGB (Red+Green+Blue) = 57+37+90=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #39255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39255A is #C6DAA5. Grayscale: #303030. Windows color (decimal): -13032102 or 5907769. OLE color: 5907769.
HSL color Cylindrical-coordinate representation of color #39255A: hue angle of 262.64º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39255A is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 37 | 90 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.65 |
| HSL | 262.64º | 0.42% | 0.25% | - |
| HSV(B) | 262.64º | 0.59% | 0.35% | - |
| XYZ | 4.19 | 2.93 | 10.02 | - |
| YUV | 49.02 | 151.13 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 90 | 0.37 | 0.59 | 0 | 0.65 | 262.64 | 0.42 | 0.25 |
| Hex | 39 | 25 | 5A | 25 | 3B | 0 | 41 | 107 | 2A | 19 |
| Octal | 71 | 45 | 132 | 45 | 73 | 0 | 101 | 407 | 52 | 31 |
| Binary | 111001 | 100101 | 1011010 | 100101 | 111011 | 0 | 1000001 | 100000111 | 101010 | 11001 |
Color Harmonies of #39255A
Complementary color
Monochromatic Colors of #39255A
Black with #39255A
Text Example
Text Example
White with #39255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39255A; }
p { color: rgb(57,37,90); }
H1.HeaderClassName
{
color: #39255A;
}
.AnyTagClassName
{
color: #39255A;
}
</style>
background-color css
<style>
a { background-color: #39255A; }
a { background-color: rgb(57,37,90); }
div.DivClassName
{
background-color: #39255A;
}
.BgClassName
{
background-color: #39255A;
}
</style>
border-color css
<style>
span { border-color: #39255A; }
span { border-color: rgb(57,37,90); }
td.TdClassName
{
border-color: #39255A;
}
.TagClassName
{
border-color: #39255A;
}
</style>