Shades of Christalle #270D5C
Tints of Christalle #270D5C
RGB
CMYK
RGB Variations
Color information
#270D5C (or 0x270D5C) is known color: Christalle. HEX triplet: 27, 0D and 5C. RGB value is (39,13,92). Sum of RGB (Red+Green+Blue) = 39+13+92=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #270D5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270D5C is #D8F2A3. Grayscale: #1D1D1D. Windows color (decimal): -14217892 or 6032679. OLE color: 6032679.
HSL color Cylindrical-coordinate representation of color #270D5C: hue angle of 259.75º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #270D5C is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 13 | 92 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.64 |
| HSL | 259.75º | 0.75% | 0.21% | - |
| HSV(B) | 259.75º | 0.86% | 0.36% | - |
| XYZ | 2.91 | 1.49 | 10.26 | - |
| YUV | 29.78 | 163.11 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 92 | 0.58 | 0.86 | 0 | 0.64 | 259.75 | 0.75 | 0.21 |
| Hex | 27 | D | 5C | 3A | 56 | 0 | 40 | 104 | 4B | 15 |
| Octal | 47 | 15 | 134 | 72 | 126 | 0 | 100 | 404 | 113 | 25 |
| Binary | 100111 | 1101 | 1011100 | 111010 | 1010110 | 0 | 1000000 | 100000100 | 1001011 | 10101 |
Color Harmonies of #270D5C
Complementary color
Monochromatic Colors of #270D5C
Black with #270D5C
Text Example
Text Example
White with #270D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D5C; }
p { color: rgb(39,13,92); }
H1.HeaderClassName
{
color: #270D5C;
}
.AnyTagClassName
{
color: #270D5C;
}
</style>
background-color css
<style>
a { background-color: #270D5C; }
a { background-color: rgb(39,13,92); }
div.DivClassName
{
background-color: #270D5C;
}
.BgClassName
{
background-color: #270D5C;
}
</style>
border-color css
<style>
span { border-color: #270D5C; }
span { border-color: rgb(39,13,92); }
td.TdClassName
{
border-color: #270D5C;
}
.TagClassName
{
border-color: #270D5C;
}
</style>