Shades of Christalle #3F095B
Tints of Christalle #3F095B
RGB
CMYK
RGB Variations
Color information
#3F095B (or 0x3F095B) is known color: Christalle. HEX triplet: 3F, 09 and 5B. RGB value is (63,9,91). Sum of RGB (Red+Green+Blue) = 63+9+91=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F095B is #C0F6A4. Grayscale: #222222. Windows color (decimal): -12646053 or 5966143. OLE color: 5966143.
HSL color Cylindrical-coordinate representation of color #3F095B: hue angle of 279.51º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F095B is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 9 | 91 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.64 |
| HSL | 279.51º | 0.82% | 0.2% | - |
| HSV(B) | 279.51º | 0.9% | 0.36% | - |
| XYZ | 4.04 | 2.01 | 10.07 | - |
| YUV | 34.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 91 | 0.31 | 0.90 | 0 | 0.64 | 279.51 | 0.82 | 0.2 |
| Hex | 3F | 9 | 5B | 1F | 5A | 0 | 40 | 118 | 52 | 14 |
| Octal | 77 | 11 | 133 | 37 | 132 | 0 | 100 | 430 | 122 | 24 |
| Binary | 111111 | 1001 | 1011011 | 11111 | 1011010 | 0 | 1000000 | 100011000 | 1010010 | 10100 |
Color Harmonies of #3F095B
Complementary color
Monochromatic Colors of #3F095B
Black with #3F095B
Text Example
Text Example
White with #3F095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F095B; }
p { color: rgb(63,9,91); }
H1.HeaderClassName
{
color: #3F095B;
}
.AnyTagClassName
{
color: #3F095B;
}
</style>
background-color css
<style>
a { background-color: #3F095B; }
a { background-color: rgb(63,9,91); }
div.DivClassName
{
background-color: #3F095B;
}
.BgClassName
{
background-color: #3F095B;
}
</style>
border-color css
<style>
span { border-color: #3F095B; }
span { border-color: rgb(63,9,91); }
td.TdClassName
{
border-color: #3F095B;
}
.TagClassName
{
border-color: #3F095B;
}
</style>