Shades of Christalle #39015A
Tints of Christalle #39015A
RGB
CMYK
RGB Variations
Color information
#39015A (or 0x39015A) is known color: Christalle. HEX triplet: 39, 01 and 5A. RGB value is (57,1,90). Sum of RGB (Red+Green+Blue) = 57+1+90=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #39015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39015A is #C6FEA5. Grayscale: #1B1B1B. Windows color (decimal): -13041318 or 5898553. OLE color: 5898553.
HSL color Cylindrical-coordinate representation of color #39015A: hue angle of 277.75º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #39015A is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 1 | 90 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.65 |
| HSL | 277.75º | 0.98% | 0.18% | - |
| HSV(B) | 277.75º | 0.99% | 0.35% | - |
| XYZ | 3.54 | 1.63 | 9.8 | - |
| YUV | 27.89 | 163.05 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 90 | 0.37 | 0.99 | 0 | 0.65 | 277.75 | 0.98 | 0.18 |
| Hex | 39 | 1 | 5A | 25 | 63 | 0 | 41 | 116 | 62 | 12 |
| Octal | 71 | 1 | 132 | 45 | 143 | 0 | 101 | 426 | 142 | 22 |
| Binary | 111001 | 1 | 1011010 | 100101 | 1100011 | 0 | 1000001 | 100010110 | 1100010 | 10010 |
Color Harmonies of #39015A
Complementary color
Monochromatic Colors of #39015A
Black with #39015A
Text Example
Text Example
White with #39015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39015A; }
p { color: rgb(57,1,90); }
H1.HeaderClassName
{
color: #39015A;
}
.AnyTagClassName
{
color: #39015A;
}
</style>
background-color css
<style>
a { background-color: #39015A; }
a { background-color: rgb(57,1,90); }
div.DivClassName
{
background-color: #39015A;
}
.BgClassName
{
background-color: #39015A;
}
</style>
border-color css
<style>
span { border-color: #39015A; }
span { border-color: rgb(57,1,90); }
td.TdClassName
{
border-color: #39015A;
}
.TagClassName
{
border-color: #39015A;
}
</style>