Shades of Christalle #3F145B
Tints of Christalle #3F145B
RGB
CMYK
RGB Variations
Color information
#3F145B (or 0x3F145B) is known color: Christalle. HEX triplet: 3F, 14 and 5B. RGB value is (63,20,91). Sum of RGB (Red+Green+Blue) = 63+20+91=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F145B is #C0EBA4. Grayscale: #282828. Windows color (decimal): -12643237 or 5968959. OLE color: 5968959.
HSL color Cylindrical-coordinate representation of color #3F145B: hue angle of 276.34º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F145B is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 20 | 91 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.64 |
| HSL | 276.34º | 0.64% | 0.22% | - |
| HSV(B) | 276.34º | 0.78% | 0.36% | - |
| XYZ | 4.19 | 2.31 | 10.12 | - |
| YUV | 40.95 | 156.25 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 91 | 0.31 | 0.78 | 0 | 0.64 | 276.34 | 0.64 | 0.22 |
| Hex | 3F | 14 | 5B | 1F | 4E | 0 | 40 | 114 | 40 | 16 |
| Octal | 77 | 24 | 133 | 37 | 116 | 0 | 100 | 424 | 100 | 26 |
| Binary | 111111 | 10100 | 1011011 | 11111 | 1001110 | 0 | 1000000 | 100010100 | 1000000 | 10110 |
Color Harmonies of #3F145B
Complementary color
Monochromatic Colors of #3F145B
Black with #3F145B
Text Example
Text Example
White with #3F145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F145B; }
p { color: rgb(63,20,91); }
H1.HeaderClassName
{
color: #3F145B;
}
.AnyTagClassName
{
color: #3F145B;
}
</style>
background-color css
<style>
a { background-color: #3F145B; }
a { background-color: rgb(63,20,91); }
div.DivClassName
{
background-color: #3F145B;
}
.BgClassName
{
background-color: #3F145B;
}
</style>
border-color css
<style>
span { border-color: #3F145B; }
span { border-color: rgb(63,20,91); }
td.TdClassName
{
border-color: #3F145B;
}
.TagClassName
{
border-color: #3F145B;
}
</style>