Shades of Christalle #27055B
Tints of Christalle #27055B
RGB
CMYK
RGB Variations
Color information
#27055B (or 0x27055B) is known color: Christalle. HEX triplet: 27, 05 and 5B. RGB value is (39,5,91). Sum of RGB (Red+Green+Blue) = 39+5+91=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #27055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27055B is #D8FAA4. Grayscale: #181818. Windows color (decimal): -14219941 or 5965095. OLE color: 5965095.
HSL color Cylindrical-coordinate representation of color #27055B: hue angle of 263.72º 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 #27055B is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 5 | 91 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.64 |
| HSL | 263.72º | 0.9% | 0.19% | - |
| HSV(B) | 263.72º | 0.95% | 0.36% | - |
| XYZ | 2.78 | 1.3 | 10 | - |
| YUV | 24.97 | 165.26 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 91 | 0.57 | 0.95 | 0 | 0.64 | 263.72 | 0.9 | 0.19 |
| Hex | 27 | 5 | 5B | 39 | 5F | 0 | 40 | 108 | 5A | 13 |
| Octal | 47 | 5 | 133 | 71 | 137 | 0 | 100 | 410 | 132 | 23 |
| Binary | 100111 | 101 | 1011011 | 111001 | 1011111 | 0 | 1000000 | 100001000 | 1011010 | 10011 |
Color Harmonies of #27055B
Complementary color
Monochromatic Colors of #27055B
Black with #27055B
Text Example
Text Example
White with #27055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27055B; }
p { color: rgb(39,5,91); }
H1.HeaderClassName
{
color: #27055B;
}
.AnyTagClassName
{
color: #27055B;
}
</style>
background-color css
<style>
a { background-color: #27055B; }
a { background-color: rgb(39,5,91); }
div.DivClassName
{
background-color: #27055B;
}
.BgClassName
{
background-color: #27055B;
}
</style>
border-color css
<style>
span { border-color: #27055B; }
span { border-color: rgb(39,5,91); }
td.TdClassName
{
border-color: #27055B;
}
.TagClassName
{
border-color: #27055B;
}
</style>