Shades of Christalle #27115E
Tints of Christalle #27115E
RGB
CMYK
RGB Variations
Color information
#27115E (or 0x27115E) is known color: Christalle. HEX triplet: 27, 11 and 5E. RGB value is (39,17,94). Sum of RGB (Red+Green+Blue) = 39+17+94=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 94 (37.11% from 255 or 62.67% from 150); Max value from RGB is 94 - color contains mainly: blue. Hex color #27115E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27115E is #D8EEA1. Grayscale: #202020. Windows color (decimal): -14216866 or 6164775. OLE color: 6164775.
HSL color Cylindrical-coordinate representation of color #27115E: hue angle of 257.14º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27115E is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 17 | 94 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.63 |
| HSL | 257.14º | 0.69% | 0.22% | - |
| HSV(B) | 257.14º | 0.82% | 0.37% | - |
| XYZ | 3.06 | 1.64 | 10.75 | - |
| YUV | 32.36 | 162.79 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 94 | 0.59 | 0.82 | 0 | 0.63 | 257.14 | 0.69 | 0.22 |
| Hex | 27 | 11 | 5E | 3B | 52 | 0 | 3F | 101 | 45 | 16 |
| Octal | 47 | 21 | 136 | 73 | 122 | 0 | 77 | 401 | 105 | 26 |
| Binary | 100111 | 10001 | 1011110 | 111011 | 1010010 | 0 | 111111 | 100000001 | 1000101 | 10110 |
Color Harmonies of #27115E
Complementary color
Monochromatic Colors of #27115E
Black with #27115E
Text Example
Text Example
White with #27115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27115E; }
p { color: rgb(39,17,94); }
H1.HeaderClassName
{
color: #27115E;
}
.AnyTagClassName
{
color: #27115E;
}
</style>
background-color css
<style>
a { background-color: #27115E; }
a { background-color: rgb(39,17,94); }
div.DivClassName
{
background-color: #27115E;
}
.BgClassName
{
background-color: #27115E;
}
</style>
border-color css
<style>
span { border-color: #27115E; }
span { border-color: rgb(39,17,94); }
td.TdClassName
{
border-color: #27115E;
}
.TagClassName
{
border-color: #27115E;
}
</style>