Shades of Christalle #39015B
Tints of Christalle #39015B
RGB
CMYK
RGB Variations
Color information
#39015B (or 0x39015B) is known color: Christalle. HEX triplet: 39, 01 and 5B. RGB value is (57,1,91). Sum of RGB (Red+Green+Blue) = 57+1+91=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #39015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39015B is #C6FEA4. Grayscale: #1B1B1B. Windows color (decimal): -13041317 or 5964089. OLE color: 5964089.
HSL color Cylindrical-coordinate representation of color #39015B: hue angle of 277.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #39015B is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 1 | 91 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.64 |
| HSL | 277.33º | 0.98% | 0.18% | - |
| HSV(B) | 277.33º | 0.99% | 0.36% | - |
| XYZ | 3.59 | 1.65 | 10.03 | - |
| YUV | 28 | 163.55 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 91 | 0.37 | 0.99 | 0 | 0.64 | 277.33 | 0.98 | 0.18 |
| Hex | 39 | 1 | 5B | 25 | 63 | 0 | 40 | 115 | 62 | 12 |
| Octal | 71 | 1 | 133 | 45 | 143 | 0 | 100 | 425 | 142 | 22 |
| Binary | 111001 | 1 | 1011011 | 100101 | 1100011 | 0 | 1000000 | 100010101 | 1100010 | 10010 |
Color Harmonies of #39015B
Complementary color
Monochromatic Colors of #39015B
Black with #39015B
Text Example
Text Example
White with #39015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39015B; }
p { color: rgb(57,1,91); }
H1.HeaderClassName
{
color: #39015B;
}
.AnyTagClassName
{
color: #39015B;
}
</style>
background-color css
<style>
a { background-color: #39015B; }
a { background-color: rgb(57,1,91); }
div.DivClassName
{
background-color: #39015B;
}
.BgClassName
{
background-color: #39015B;
}
</style>
border-color css
<style>
span { border-color: #39015B; }
span { border-color: rgb(57,1,91); }
td.TdClassName
{
border-color: #39015B;
}
.TagClassName
{
border-color: #39015B;
}
</style>