Shades of Christalle #27115A
Tints of Christalle #27115A
RGB
CMYK
RGB Variations
Color information
#27115A (or 0x27115A) is known color: Christalle. HEX triplet: 27, 11 and 5A. RGB value is (39,17,90). Sum of RGB (Red+Green+Blue) = 39+17+90=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #27115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27115A is #D8EEA5. Grayscale: #1F1F1F. Windows color (decimal): -14216870 or 5902631. OLE color: 5902631.
HSL color Cylindrical-coordinate representation of color #27115A: hue angle of 258.08º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27115A is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 17 | 90 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.65 |
| HSL | 258.08º | 0.68% | 0.21% | - |
| HSV(B) | 258.08º | 0.81% | 0.35% | - |
| XYZ | 2.88 | 1.57 | 9.82 | - |
| YUV | 31.9 | 160.79 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 90 | 0.57 | 0.81 | 0 | 0.65 | 258.08 | 0.68 | 0.21 |
| Hex | 27 | 11 | 5A | 39 | 51 | 0 | 41 | 102 | 44 | 15 |
| Octal | 47 | 21 | 132 | 71 | 121 | 0 | 101 | 402 | 104 | 25 |
| Binary | 100111 | 10001 | 1011010 | 111001 | 1010001 | 0 | 1000001 | 100000010 | 1000100 | 10101 |
Color Harmonies of #27115A
Complementary color
Monochromatic Colors of #27115A
Black with #27115A
Text Example
Text Example
White with #27115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27115A; }
p { color: rgb(39,17,90); }
H1.HeaderClassName
{
color: #27115A;
}
.AnyTagClassName
{
color: #27115A;
}
</style>
background-color css
<style>
a { background-color: #27115A; }
a { background-color: rgb(39,17,90); }
div.DivClassName
{
background-color: #27115A;
}
.BgClassName
{
background-color: #27115A;
}
</style>
border-color css
<style>
span { border-color: #27115A; }
span { border-color: rgb(39,17,90); }
td.TdClassName
{
border-color: #27115A;
}
.TagClassName
{
border-color: #27115A;
}
</style>