Shades of Christalle #27085D
Tints of Christalle #27085D
RGB
CMYK
RGB Variations
Color information
#27085D (or 0x27085D) is known color: Christalle. HEX triplet: 27, 08 and 5D. RGB value is (39,8,93). Sum of RGB (Red+Green+Blue) = 39+8+93=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #27085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27085D is #D8F7A2. Grayscale: #1A1A1A. Windows color (decimal): -14219171 or 6096935. OLE color: 6096935.
HSL color Cylindrical-coordinate representation of color #27085D: hue angle of 261.88º 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 #27085D is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 8 | 93 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.64 |
| HSL | 261.88º | 0.84% | 0.2% | - |
| HSV(B) | 261.88º | 0.91% | 0.36% | - |
| XYZ | 2.9 | 1.4 | 10.47 | - |
| YUV | 26.96 | 165.27 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 8 | 93 | 0.58 | 0.91 | 0 | 0.64 | 261.88 | 0.84 | 0.2 |
| Hex | 27 | 8 | 5D | 3A | 5B | 0 | 40 | 106 | 54 | 14 |
| Octal | 47 | 10 | 135 | 72 | 133 | 0 | 100 | 406 | 124 | 24 |
| Binary | 100111 | 1000 | 1011101 | 111010 | 1011011 | 0 | 1000000 | 100000110 | 1010100 | 10100 |
Color Harmonies of #27085D
Complementary color
Monochromatic Colors of #27085D
Black with #27085D
Text Example
Text Example
White with #27085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27085D; }
p { color: rgb(39,8,93); }
H1.HeaderClassName
{
color: #27085D;
}
.AnyTagClassName
{
color: #27085D;
}
</style>
background-color css
<style>
a { background-color: #27085D; }
a { background-color: rgb(39,8,93); }
div.DivClassName
{
background-color: #27085D;
}
.BgClassName
{
background-color: #27085D;
}
</style>
border-color css
<style>
span { border-color: #27085D; }
span { border-color: rgb(39,8,93); }
td.TdClassName
{
border-color: #27085D;
}
.TagClassName
{
border-color: #27085D;
}
</style>