Shades of Christalle #27085A
Tints of Christalle #27085A
RGB
CMYK
RGB Variations
Color information
#27085A (or 0x27085A) is known color: Christalle. HEX triplet: 27, 08 and 5A. RGB value is (39,8,90). Sum of RGB (Red+Green+Blue) = 39+8+90=137 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.47% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 90 (35.55% from 255 or 65.69% from 137); Max value from RGB is 90 - color contains mainly: blue. Hex color #27085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27085A is #D8F7A5. Grayscale: #1A1A1A. Windows color (decimal): -14219174 or 5900327. OLE color: 5900327.
HSL color Cylindrical-coordinate representation of color #27085A: hue angle of 262.68º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #27085A is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 8 | 90 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.65 |
| HSL | 262.68º | 0.84% | 0.19% | - |
| HSV(B) | 262.68º | 0.91% | 0.35% | - |
| XYZ | 2.77 | 1.34 | 9.79 | - |
| YUV | 26.62 | 163.77 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 8 | 90 | 0.57 | 0.91 | 0 | 0.65 | 262.68 | 0.84 | 0.19 |
| Hex | 27 | 8 | 5A | 39 | 5B | 0 | 41 | 107 | 54 | 13 |
| Octal | 47 | 10 | 132 | 71 | 133 | 0 | 101 | 407 | 124 | 23 |
| Binary | 100111 | 1000 | 1011010 | 111001 | 1011011 | 0 | 1000001 | 100000111 | 1010100 | 10011 |
Color Harmonies of #27085A
Complementary color
Monochromatic Colors of #27085A
Black with #27085A
Text Example
Text Example
White with #27085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27085A; }
p { color: rgb(39,8,90); }
H1.HeaderClassName
{
color: #27085A;
}
.AnyTagClassName
{
color: #27085A;
}
</style>
background-color css
<style>
a { background-color: #27085A; }
a { background-color: rgb(39,8,90); }
div.DivClassName
{
background-color: #27085A;
}
.BgClassName
{
background-color: #27085A;
}
</style>
border-color css
<style>
span { border-color: #27085A; }
span { border-color: rgb(39,8,90); }
td.TdClassName
{
border-color: #27085A;
}
.TagClassName
{
border-color: #27085A;
}
</style>