Shades of Christalle #27005B
Tints of Christalle #27005B
RGB
CMYK
RGB Variations
Color information
#27005B (or 0x27005B) is known color: Christalle. HEX triplet: 27, 00 and 5B. RGB value is (39,0,91). Sum of RGB (Red+Green+Blue) = 39+0+91=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #27005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27005B is #D8FFA4. Grayscale: #151515. Windows color (decimal): -14221221 or 5963815. OLE color: 5963815.
HSL color Cylindrical-coordinate representation of color #27005B: hue angle of 265.71º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27005B is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 0 | 91 | - |
| CMYK | 0.57 | 1 | 0 | 0.64 |
| HSL | 265.71º | 1% | 0.18% | - |
| HSV(B) | 265.71º | 1% | 0.36% | - |
| XYZ | 2.73 | 1.19 | 9.98 | - |
| YUV | 22.04 | 166.92 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 91 | 0.57 | 1 | 0 | 0.64 | 265.71 | 1 | 0.18 |
| Hex | 27 | 0 | 5B | 39 | 64 | 0 | 40 | 10A | 64 | 12 |
| Octal | 47 | 0 | 133 | 71 | 144 | 0 | 100 | 412 | 144 | 22 |
| Binary | 100111 | 0 | 1011011 | 111001 | 1100100 | 0 | 1000000 | 100001010 | 1100100 | 10010 |
Color Harmonies of #27005B
Complementary color
Monochromatic Colors of #27005B
Black with #27005B
Text Example
Text Example
White with #27005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27005B; }
p { color: rgb(39,0,91); }
H1.HeaderClassName
{
color: #27005B;
}
.AnyTagClassName
{
color: #27005B;
}
</style>
background-color css
<style>
a { background-color: #27005B; }
a { background-color: rgb(39,0,91); }
div.DivClassName
{
background-color: #27005B;
}
.BgClassName
{
background-color: #27005B;
}
</style>
border-color css
<style>
span { border-color: #27005B; }
span { border-color: rgb(39,0,91); }
td.TdClassName
{
border-color: #27005B;
}
.TagClassName
{
border-color: #27005B;
}
</style>