Shades of Christalle #3F196A
Tints of Christalle #3F196A
RGB
CMYK
RGB Variations
Color information
#3F196A (or 0x3F196A) is known color: Christalle. HEX triplet: 3F, 19 and 6A. RGB value is (63,25,106). Sum of RGB (Red+Green+Blue) = 63+25+106=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 106 (41.80% from 255 or 54.64% from 194); Max value from RGB is 106 - color contains mainly: blue. Hex color #3F196A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F196A is #C0E695. Grayscale: #2D2D2D. Windows color (decimal): -12641942 or 6953279. OLE color: 6953279.
HSL color Cylindrical-coordinate representation of color #3F196A: hue angle of 268.15º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F196A is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 25 | 106 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.58 |
| HSL | 268.15º | 0.62% | 0.26% | - |
| HSV(B) | 268.15º | 0.76% | 0.42% | - |
| XYZ | 5 | 2.79 | 13.91 | - |
| YUV | 45.6 | 162.09 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 106 | 0.41 | 0.76 | 0 | 0.58 | 268.15 | 0.62 | 0.26 |
| Hex | 3F | 19 | 6A | 29 | 4C | 0 | 3A | 10C | 3E | 1A |
| Octal | 77 | 31 | 152 | 51 | 114 | 0 | 72 | 414 | 76 | 32 |
| Binary | 111111 | 11001 | 1101010 | 101001 | 1001100 | 0 | 111010 | 100001100 | 111110 | 11010 |
Color Harmonies of #3F196A
Complementary color
Monochromatic Colors of #3F196A
Black with #3F196A
Text Example
Text Example
White with #3F196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F196A; }
p { color: rgb(63,25,106); }
H1.HeaderClassName
{
color: #3F196A;
}
.AnyTagClassName
{
color: #3F196A;
}
</style>
background-color css
<style>
a { background-color: #3F196A; }
a { background-color: rgb(63,25,106); }
div.DivClassName
{
background-color: #3F196A;
}
.BgClassName
{
background-color: #3F196A;
}
</style>
border-color css
<style>
span { border-color: #3F196A; }
span { border-color: rgb(63,25,106); }
td.TdClassName
{
border-color: #3F196A;
}
.TagClassName
{
border-color: #3F196A;
}
</style>