Shades of Christalle #3F1B6D
Tints of Christalle #3F1B6D
RGB
CMYK
RGB Variations
Color information
#3F1B6D (or 0x3F1B6D) is known color: Christalle. HEX triplet: 3F, 1B and 6D. RGB value is (63,27,109). Sum of RGB (Red+Green+Blue) = 63+27+109=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F1B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1B6D is #C0E492. Grayscale: #2E2E2E. Windows color (decimal): -12641427 or 7150399. OLE color: 7150399.
HSL color Cylindrical-coordinate representation of color #3F1B6D: hue angle of 266.34º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F1B6D is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 27 | 109 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.57 |
| HSL | 266.34º | 0.6% | 0.27% | - |
| HSV(B) | 266.34º | 0.75% | 0.43% | - |
| XYZ | 5.2 | 2.94 | 14.76 | - |
| YUV | 47.11 | 162.93 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 27 | 109 | 0.42 | 0.75 | 0 | 0.57 | 266.34 | 0.6 | 0.27 |
| Hex | 3F | 1B | 6D | 2A | 4B | 0 | 39 | 10A | 3C | 1B |
| Octal | 77 | 33 | 155 | 52 | 113 | 0 | 71 | 412 | 74 | 33 |
| Binary | 111111 | 11011 | 1101101 | 101010 | 1001011 | 0 | 111001 | 100001010 | 111100 | 11011 |
Color Harmonies of #3F1B6D
Complementary color
Monochromatic Colors of #3F1B6D
Black with #3F1B6D
Text Example
Text Example
White with #3F1B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1B6D; }
p { color: rgb(63,27,109); }
H1.HeaderClassName
{
color: #3F1B6D;
}
.AnyTagClassName
{
color: #3F1B6D;
}
</style>
background-color css
<style>
a { background-color: #3F1B6D; }
a { background-color: rgb(63,27,109); }
div.DivClassName
{
background-color: #3F1B6D;
}
.BgClassName
{
background-color: #3F1B6D;
}
</style>
border-color css
<style>
span { border-color: #3F1B6D; }
span { border-color: rgb(63,27,109); }
td.TdClassName
{
border-color: #3F1B6D;
}
.TagClassName
{
border-color: #3F1B6D;
}
</style>