Shades of Christalle #27055C
Tints of Christalle #27055C
RGB
CMYK
RGB Variations
Color information
#27055C (or 0x27055C) is known color: Christalle. HEX triplet: 27, 05 and 5C. RGB value is (39,5,92). Sum of RGB (Red+Green+Blue) = 39+5+92=136 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.68% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #27055C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27055C is #D8FAA3. Grayscale: #181818. Windows color (decimal): -14219940 or 6030631. OLE color: 6030631.
HSL color Cylindrical-coordinate representation of color #27055C: hue angle of 263.45º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27055C is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 5 | 92 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.64 |
| HSL | 263.45º | 0.9% | 0.19% | - |
| HSV(B) | 263.45º | 0.95% | 0.36% | - |
| XYZ | 2.82 | 1.31 | 10.23 | - |
| YUV | 25.08 | 165.76 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 92 | 0.58 | 0.95 | 0 | 0.64 | 263.45 | 0.9 | 0.19 |
| Hex | 27 | 5 | 5C | 3A | 5F | 0 | 40 | 107 | 5A | 13 |
| Octal | 47 | 5 | 134 | 72 | 137 | 0 | 100 | 407 | 132 | 23 |
| Binary | 100111 | 101 | 1011100 | 111010 | 1011111 | 0 | 1000000 | 100000111 | 1011010 | 10011 |
Color Harmonies of #27055C
Complementary color
Monochromatic Colors of #27055C
Black with #27055C
Text Example
Text Example
White with #27055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27055C; }
p { color: rgb(39,5,92); }
H1.HeaderClassName
{
color: #27055C;
}
.AnyTagClassName
{
color: #27055C;
}
</style>
background-color css
<style>
a { background-color: #27055C; }
a { background-color: rgb(39,5,92); }
div.DivClassName
{
background-color: #27055C;
}
.BgClassName
{
background-color: #27055C;
}
</style>
border-color css
<style>
span { border-color: #27055C; }
span { border-color: rgb(39,5,92); }
td.TdClassName
{
border-color: #27055C;
}
.TagClassName
{
border-color: #27055C;
}
</style>