Shades of Christalle #270C5C
Tints of Christalle #270C5C
RGB
CMYK
RGB Variations
Color information
#270C5C (or 0x270C5C) is known color: Christalle. HEX triplet: 27, 0C and 5C. RGB value is (39,12,92). Sum of RGB (Red+Green+Blue) = 39+12+92=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 92 (36.33% from 255 or 64.34% from 143); Max value from RGB is 92 - color contains mainly: blue. Hex color #270C5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270C5C is #D8F3A3. Grayscale: #1C1C1C. Windows color (decimal): -14218148 or 6032423. OLE color: 6032423.
HSL color Cylindrical-coordinate representation of color #270C5C: hue angle of 260.25º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #270C5C is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 12 | 92 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.64 |
| HSL | 260.25º | 0.77% | 0.2% | - |
| HSV(B) | 260.25º | 0.87% | 0.36% | - |
| XYZ | 2.9 | 1.47 | 10.26 | - |
| YUV | 29.19 | 163.45 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 92 | 0.58 | 0.87 | 0 | 0.64 | 260.25 | 0.77 | 0.2 |
| Hex | 27 | C | 5C | 3A | 57 | 0 | 40 | 104 | 4D | 14 |
| Octal | 47 | 14 | 134 | 72 | 127 | 0 | 100 | 404 | 115 | 24 |
| Binary | 100111 | 1100 | 1011100 | 111010 | 1010111 | 0 | 1000000 | 100000100 | 1001101 | 10100 |
Color Harmonies of #270C5C
Complementary color
Monochromatic Colors of #270C5C
Black with #270C5C
Text Example
Text Example
White with #270C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C5C; }
p { color: rgb(39,12,92); }
H1.HeaderClassName
{
color: #270C5C;
}
.AnyTagClassName
{
color: #270C5C;
}
</style>
background-color css
<style>
a { background-color: #270C5C; }
a { background-color: rgb(39,12,92); }
div.DivClassName
{
background-color: #270C5C;
}
.BgClassName
{
background-color: #270C5C;
}
</style>
border-color css
<style>
span { border-color: #270C5C; }
span { border-color: rgb(39,12,92); }
td.TdClassName
{
border-color: #270C5C;
}
.TagClassName
{
border-color: #270C5C;
}
</style>