Shades of Christalle #270F63
Tints of Christalle #270F63
RGB
CMYK
RGB Variations
Color information
#270F63 (or 0x270F63) is known color: Christalle. HEX triplet: 27, 0F and 63. RGB value is (39,15,99). Sum of RGB (Red+Green+Blue) = 39+15+99=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #270F63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270F63 is #D8F09C. Grayscale: #1F1F1F. Windows color (decimal): -14217373 or 6491943. OLE color: 6491943.
HSL color Cylindrical-coordinate representation of color #270F63: hue angle of 257.14º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #270F63 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 15 | 99 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.61 |
| HSL | 257.14º | 0.74% | 0.22% | - |
| HSV(B) | 257.14º | 0.85% | 0.39% | - |
| XYZ | 3.26 | 1.67 | 11.96 | - |
| YUV | 31.75 | 165.95 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 99 | 0.61 | 0.85 | 0 | 0.61 | 257.14 | 0.74 | 0.22 |
| Hex | 27 | F | 63 | 3D | 55 | 0 | 3D | 101 | 4A | 16 |
| Octal | 47 | 17 | 143 | 75 | 125 | 0 | 75 | 401 | 112 | 26 |
| Binary | 100111 | 1111 | 1100011 | 111101 | 1010101 | 0 | 111101 | 100000001 | 1001010 | 10110 |
Color Harmonies of #270F63
Complementary color
Monochromatic Colors of #270F63
Black with #270F63
Text Example
Text Example
White with #270F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F63; }
p { color: rgb(39,15,99); }
H1.HeaderClassName
{
color: #270F63;
}
.AnyTagClassName
{
color: #270F63;
}
</style>
background-color css
<style>
a { background-color: #270F63; }
a { background-color: rgb(39,15,99); }
div.DivClassName
{
background-color: #270F63;
}
.BgClassName
{
background-color: #270F63;
}
</style>
border-color css
<style>
span { border-color: #270F63; }
span { border-color: rgb(39,15,99); }
td.TdClassName
{
border-color: #270F63;
}
.TagClassName
{
border-color: #270F63;
}
</style>