Shades of Christalle #3F1B6E
Tints of Christalle #3F1B6E
RGB
CMYK
RGB Variations
Color information
#3F1B6E (or 0x3F1B6E) is known color: Christalle. HEX triplet: 3F, 1B and 6E. RGB value is (63,27,110). Sum of RGB (Red+Green+Blue) = 63+27+110=200 (26% of max value = 765). Red value is 63 (25% from 255 or 31.5% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 110 (43.36% from 255 or 55% from 200); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F1B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1B6E is #C0E491. Grayscale: #2E2E2E. Windows color (decimal): -12641426 or 7215935. OLE color: 7215935.
HSL color Cylindrical-coordinate representation of color #3F1B6E: hue angle of 266.02º degrees, saturation: 0.61, 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 #3F1B6E is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 27 | 110 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.57 |
| HSL | 266.02º | 0.61% | 0.27% | - |
| HSV(B) | 266.02º | 0.75% | 0.43% | - |
| XYZ | 5.26 | 2.97 | 15.05 | - |
| YUV | 47.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 27 | 110 | 0.43 | 0.75 | 0 | 0.57 | 266.02 | 0.61 | 0.27 |
| Hex | 3F | 1B | 6E | 2B | 4B | 0 | 39 | 10A | 3D | 1B |
| Octal | 77 | 33 | 156 | 53 | 113 | 0 | 71 | 412 | 75 | 33 |
| Binary | 111111 | 11011 | 1101110 | 101011 | 1001011 | 0 | 111001 | 100001010 | 111101 | 11011 |
Color Harmonies of #3F1B6E
Complementary color
Monochromatic Colors of #3F1B6E
Black with #3F1B6E
Text Example
Text Example
White with #3F1B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1B6E; }
p { color: rgb(63,27,110); }
H1.HeaderClassName
{
color: #3F1B6E;
}
.AnyTagClassName
{
color: #3F1B6E;
}
</style>
background-color css
<style>
a { background-color: #3F1B6E; }
a { background-color: rgb(63,27,110); }
div.DivClassName
{
background-color: #3F1B6E;
}
.BgClassName
{
background-color: #3F1B6E;
}
</style>
border-color css
<style>
span { border-color: #3F1B6E; }
span { border-color: rgb(63,27,110); }
td.TdClassName
{
border-color: #3F1B6E;
}
.TagClassName
{
border-color: #3F1B6E;
}
</style>