Shades of Christalle #3F285E
Tints of Christalle #3F285E
RGB
CMYK
RGB Variations
Color information
#3F285E (or 0x3F285E) is known color: Christalle. HEX triplet: 3F, 28 and 5E. RGB value is (63,40,94). Sum of RGB (Red+Green+Blue) = 63+40+94=197 (26% of max value = 765). Red value is 63 (25% from 255 or 31.98% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #3F285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F285E is #C0D7A1. Grayscale: #343434. Windows color (decimal): -12638114 or 6170687. OLE color: 6170687.
HSL color Cylindrical-coordinate representation of color #3F285E: hue angle of 265.56º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F285E is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 40 | 94 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.63 |
| HSL | 265.56º | 0.4% | 0.26% | - |
| HSV(B) | 265.56º | 0.57% | 0.37% | - |
| XYZ | 4.83 | 3.38 | 10.99 | - |
| YUV | 53.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 94 | 0.33 | 0.57 | 0 | 0.63 | 265.56 | 0.4 | 0.26 |
| Hex | 3F | 28 | 5E | 21 | 39 | 0 | 3F | 10A | 28 | 1A |
| Octal | 77 | 50 | 136 | 41 | 71 | 0 | 77 | 412 | 50 | 32 |
| Binary | 111111 | 101000 | 1011110 | 100001 | 111001 | 0 | 111111 | 100001010 | 101000 | 11010 |
Color Harmonies of #3F285E
Complementary color
Monochromatic Colors of #3F285E
Black with #3F285E
Text Example
Text Example
White with #3F285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F285E; }
p { color: rgb(63,40,94); }
H1.HeaderClassName
{
color: #3F285E;
}
.AnyTagClassName
{
color: #3F285E;
}
</style>
background-color css
<style>
a { background-color: #3F285E; }
a { background-color: rgb(63,40,94); }
div.DivClassName
{
background-color: #3F285E;
}
.BgClassName
{
background-color: #3F285E;
}
</style>
border-color css
<style>
span { border-color: #3F285E; }
span { border-color: rgb(63,40,94); }
td.TdClassName
{
border-color: #3F285E;
}
.TagClassName
{
border-color: #3F285E;
}
</style>