Shades of Christalle #270F62
Tints of Christalle #270F62
RGB
CMYK
RGB Variations
Color information
#270F62 (or 0x270F62) is known color: Christalle. HEX triplet: 27, 0F and 62. RGB value is (39,15,98). Sum of RGB (Red+Green+Blue) = 39+15+98=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 98 (38.67% from 255 or 64.47% from 152); Max value from RGB is 98 - color contains mainly: blue. Hex color #270F62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270F62 is #D8F09D. Grayscale: #1F1F1F. Windows color (decimal): -14217374 or 6426407. OLE color: 6426407.
HSL color Cylindrical-coordinate representation of color #270F62: hue angle of 257.35º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #270F62 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 15 | 98 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.62 |
| HSL | 257.35º | 0.73% | 0.22% | - |
| HSV(B) | 257.35º | 0.85% | 0.38% | - |
| XYZ | 3.21 | 1.65 | 11.71 | - |
| YUV | 31.64 | 165.45 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 98 | 0.60 | 0.85 | 0 | 0.62 | 257.35 | 0.73 | 0.22 |
| Hex | 27 | F | 62 | 3C | 55 | 0 | 3E | 101 | 49 | 16 |
| Octal | 47 | 17 | 142 | 74 | 125 | 0 | 76 | 401 | 111 | 26 |
| Binary | 100111 | 1111 | 1100010 | 111100 | 1010101 | 0 | 111110 | 100000001 | 1001001 | 10110 |
Color Harmonies of #270F62
Complementary color
Monochromatic Colors of #270F62
Black with #270F62
Text Example
Text Example
White with #270F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F62; }
p { color: rgb(39,15,98); }
H1.HeaderClassName
{
color: #270F62;
}
.AnyTagClassName
{
color: #270F62;
}
</style>
background-color css
<style>
a { background-color: #270F62; }
a { background-color: rgb(39,15,98); }
div.DivClassName
{
background-color: #270F62;
}
.BgClassName
{
background-color: #270F62;
}
</style>
border-color css
<style>
span { border-color: #270F62; }
span { border-color: rgb(39,15,98); }
td.TdClassName
{
border-color: #270F62;
}
.TagClassName
{
border-color: #270F62;
}
</style>