Shades of Christalle #3F115A
Tints of Christalle #3F115A
RGB
CMYK
RGB Variations
Color information
#3F115A (or 0x3F115A) is known color: Christalle. HEX triplet: 3F, 11 and 5A. RGB value is (63,17,90). Sum of RGB (Red+Green+Blue) = 63+17+90=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F115A is #C0EEA5. Grayscale: #262626. Windows color (decimal): -12644006 or 5902655. OLE color: 5902655.
HSL color Cylindrical-coordinate representation of color #3F115A: hue angle of 277.81º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F115A is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 17 | 90 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.65 |
| HSL | 277.81º | 0.68% | 0.21% | - |
| HSV(B) | 277.81º | 0.81% | 0.35% | - |
| XYZ | 4.1 | 2.2 | 9.88 | - |
| YUV | 39.08 | 156.74 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 17 | 90 | 0.30 | 0.81 | 0 | 0.65 | 277.81 | 0.68 | 0.21 |
| Hex | 3F | 11 | 5A | 1E | 51 | 0 | 41 | 116 | 44 | 15 |
| Octal | 77 | 21 | 132 | 36 | 121 | 0 | 101 | 426 | 104 | 25 |
| Binary | 111111 | 10001 | 1011010 | 11110 | 1010001 | 0 | 1000001 | 100010110 | 1000100 | 10101 |
Color Harmonies of #3F115A
Complementary color
Monochromatic Colors of #3F115A
Black with #3F115A
Text Example
Text Example
White with #3F115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F115A; }
p { color: rgb(63,17,90); }
H1.HeaderClassName
{
color: #3F115A;
}
.AnyTagClassName
{
color: #3F115A;
}
</style>
background-color css
<style>
a { background-color: #3F115A; }
a { background-color: rgb(63,17,90); }
div.DivClassName
{
background-color: #3F115A;
}
.BgClassName
{
background-color: #3F115A;
}
</style>
border-color css
<style>
span { border-color: #3F115A; }
span { border-color: rgb(63,17,90); }
td.TdClassName
{
border-color: #3F115A;
}
.TagClassName
{
border-color: #3F115A;
}
</style>