Shades of Christalle #27085C
Tints of Christalle #27085C
RGB
CMYK
RGB Variations
Color information
#27085C (or 0x27085C) is known color: Christalle. HEX triplet: 27, 08 and 5C. RGB value is (39,8,92). Sum of RGB (Red+Green+Blue) = 39+8+92=139 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.06% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 92 (36.33% from 255 or 66.19% from 139); Max value from RGB is 92 - color contains mainly: blue. Hex color #27085C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27085C is #D8F7A3. Grayscale: #1A1A1A. Windows color (decimal): -14219172 or 6031399. OLE color: 6031399.
HSL color Cylindrical-coordinate representation of color #27085C: hue angle of 262.14º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #27085C is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 8 | 92 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.64 |
| HSL | 262.14º | 0.84% | 0.2% | - |
| HSV(B) | 262.14º | 0.91% | 0.36% | - |
| XYZ | 2.86 | 1.38 | 10.24 | - |
| YUV | 26.85 | 164.77 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 8 | 92 | 0.58 | 0.91 | 0 | 0.64 | 262.14 | 0.84 | 0.2 |
| Hex | 27 | 8 | 5C | 3A | 5B | 0 | 40 | 106 | 54 | 14 |
| Octal | 47 | 10 | 134 | 72 | 133 | 0 | 100 | 406 | 124 | 24 |
| Binary | 100111 | 1000 | 1011100 | 111010 | 1011011 | 0 | 1000000 | 100000110 | 1010100 | 10100 |
Color Harmonies of #27085C
Complementary color
Monochromatic Colors of #27085C
Black with #27085C
Text Example
Text Example
White with #27085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27085C; }
p { color: rgb(39,8,92); }
H1.HeaderClassName
{
color: #27085C;
}
.AnyTagClassName
{
color: #27085C;
}
</style>
background-color css
<style>
a { background-color: #27085C; }
a { background-color: rgb(39,8,92); }
div.DivClassName
{
background-color: #27085C;
}
.BgClassName
{
background-color: #27085C;
}
</style>
border-color css
<style>
span { border-color: #27085C; }
span { border-color: rgb(39,8,92); }
td.TdClassName
{
border-color: #27085C;
}
.TagClassName
{
border-color: #27085C;
}
</style>