Shades of Christalle #3F155A
Tints of Christalle #3F155A
RGB
CMYK
RGB Variations
Color information
#3F155A (or 0x3F155A) is known color: Christalle. HEX triplet: 3F, 15 and 5A. RGB value is (63,21,90). Sum of RGB (Red+Green+Blue) = 63+21+90=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F155A is #C0EAA5. Grayscale: #292929. Windows color (decimal): -12642982 or 5903679. OLE color: 5903679.
HSL color Cylindrical-coordinate representation of color #3F155A: hue angle of 276.52º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F155A is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 21 | 90 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.65 |
| HSL | 276.52º | 0.62% | 0.22% | - |
| HSV(B) | 276.52º | 0.77% | 0.35% | - |
| XYZ | 4.16 | 2.33 | 9.9 | - |
| YUV | 41.42 | 155.41 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 90 | 0.30 | 0.77 | 0 | 0.65 | 276.52 | 0.62 | 0.22 |
| Hex | 3F | 15 | 5A | 1E | 4D | 0 | 41 | 115 | 3E | 16 |
| Octal | 77 | 25 | 132 | 36 | 115 | 0 | 101 | 425 | 76 | 26 |
| Binary | 111111 | 10101 | 1011010 | 11110 | 1001101 | 0 | 1000001 | 100010101 | 111110 | 10110 |
Color Harmonies of #3F155A
Complementary color
Monochromatic Colors of #3F155A
Black with #3F155A
Text Example
Text Example
White with #3F155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F155A; }
p { color: rgb(63,21,90); }
H1.HeaderClassName
{
color: #3F155A;
}
.AnyTagClassName
{
color: #3F155A;
}
</style>
background-color css
<style>
a { background-color: #3F155A; }
a { background-color: rgb(63,21,90); }
div.DivClassName
{
background-color: #3F155A;
}
.BgClassName
{
background-color: #3F155A;
}
</style>
border-color css
<style>
span { border-color: #3F155A; }
span { border-color: rgb(63,21,90); }
td.TdClassName
{
border-color: #3F155A;
}
.TagClassName
{
border-color: #3F155A;
}
</style>