Shades of Christalle #27095A
Tints of Christalle #27095A
RGB
CMYK
RGB Variations
Color information
#27095A (or 0x27095A) is known color: Christalle. HEX triplet: 27, 09 and 5A. RGB value is (39,9,90). Sum of RGB (Red+Green+Blue) = 39+9+90=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #27095A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27095A is #D8F6A5. Grayscale: #1A1A1A. Windows color (decimal): -14218918 or 5900583. OLE color: 5900583.
HSL color Cylindrical-coordinate representation of color #27095A: hue angle of 262.22º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27095A is Cyan = 0.57, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 9 | 90 | - |
| CMYK | 0.57 | 0.9 | 0 | 0.65 |
| HSL | 262.22º | 0.82% | 0.19% | - |
| HSV(B) | 262.22º | 0.9% | 0.35% | - |
| XYZ | 2.78 | 1.36 | 9.79 | - |
| YUV | 27.2 | 163.44 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 9 | 90 | 0.57 | 0.9 | 0 | 0.65 | 262.22 | 0.82 | 0.19 |
| Hex | 27 | 9 | 5A | 39 | 5A | 0 | 41 | 106 | 52 | 13 |
| Octal | 47 | 11 | 132 | 71 | 132 | 0 | 101 | 406 | 122 | 23 |
| Binary | 100111 | 1001 | 1011010 | 111001 | 1011010 | 0 | 1000001 | 100000110 | 1010010 | 10011 |
Color Harmonies of #27095A
Complementary color
Monochromatic Colors of #27095A
Black with #27095A
Text Example
Text Example
White with #27095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27095A; }
p { color: rgb(39,9,90); }
H1.HeaderClassName
{
color: #27095A;
}
.AnyTagClassName
{
color: #27095A;
}
</style>
background-color css
<style>
a { background-color: #27095A; }
a { background-color: rgb(39,9,90); }
div.DivClassName
{
background-color: #27095A;
}
.BgClassName
{
background-color: #27095A;
}
</style>
border-color css
<style>
span { border-color: #27095A; }
span { border-color: rgb(39,9,90); }
td.TdClassName
{
border-color: #27095A;
}
.TagClassName
{
border-color: #27095A;
}
</style>