Shades of Christalle #270D62
Tints of Christalle #270D62
RGB
CMYK
RGB Variations
Color information
#270D62 (or 0x270D62) is known color: Christalle. HEX triplet: 27, 0D and 62. RGB value is (39,13,98). Sum of RGB (Red+Green+Blue) = 39+13+98=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 98 (38.67% from 255 or 65.33% from 150); Max value from RGB is 98 - color contains mainly: blue. Hex color #270D62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270D62 is #D8F29D. Grayscale: #1E1E1E. Windows color (decimal): -14217886 or 6425895. OLE color: 6425895.
HSL color Cylindrical-coordinate representation of color #270D62: hue angle of 258.35º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #270D62 is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 13 | 98 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.62 |
| HSL | 258.35º | 0.77% | 0.22% | - |
| HSV(B) | 258.35º | 0.87% | 0.38% | - |
| XYZ | 3.19 | 1.6 | 11.7 | - |
| YUV | 30.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 98 | 0.60 | 0.87 | 0 | 0.62 | 258.35 | 0.77 | 0.22 |
| Hex | 27 | D | 62 | 3C | 57 | 0 | 3E | 102 | 4D | 16 |
| Octal | 47 | 15 | 142 | 74 | 127 | 0 | 76 | 402 | 115 | 26 |
| Binary | 100111 | 1101 | 1100010 | 111100 | 1010111 | 0 | 111110 | 100000010 | 1001101 | 10110 |
Color Harmonies of #270D62
Complementary color
Monochromatic Colors of #270D62
Black with #270D62
Text Example
Text Example
White with #270D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D62; }
p { color: rgb(39,13,98); }
H1.HeaderClassName
{
color: #270D62;
}
.AnyTagClassName
{
color: #270D62;
}
</style>
background-color css
<style>
a { background-color: #270D62; }
a { background-color: rgb(39,13,98); }
div.DivClassName
{
background-color: #270D62;
}
.BgClassName
{
background-color: #270D62;
}
</style>
border-color css
<style>
span { border-color: #270D62; }
span { border-color: rgb(39,13,98); }
td.TdClassName
{
border-color: #270D62;
}
.TagClassName
{
border-color: #270D62;
}
</style>