Shades of Christalle #3F135B
Tints of Christalle #3F135B
RGB
CMYK
RGB Variations
Color information
#3F135B (or 0x3F135B) is known color: Christalle. HEX triplet: 3F, 13 and 5B. RGB value is (63,19,91). Sum of RGB (Red+Green+Blue) = 63+19+91=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F135B is #C0ECA4. Grayscale: #282828. Windows color (decimal): -12643493 or 5968703. OLE color: 5968703.
HSL color Cylindrical-coordinate representation of color #3F135B: hue angle of 276.67º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F135B is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 19 | 91 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.64 |
| HSL | 276.67º | 0.65% | 0.22% | - |
| HSV(B) | 276.67º | 0.79% | 0.36% | - |
| XYZ | 4.17 | 2.28 | 10.12 | - |
| YUV | 40.36 | 156.58 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 91 | 0.31 | 0.79 | 0 | 0.64 | 276.67 | 0.65 | 0.22 |
| Hex | 3F | 13 | 5B | 1F | 4F | 0 | 40 | 115 | 41 | 16 |
| Octal | 77 | 23 | 133 | 37 | 117 | 0 | 100 | 425 | 101 | 26 |
| Binary | 111111 | 10011 | 1011011 | 11111 | 1001111 | 0 | 1000000 | 100010101 | 1000001 | 10110 |
Color Harmonies of #3F135B
Complementary color
Monochromatic Colors of #3F135B
Black with #3F135B
Text Example
Text Example
White with #3F135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F135B; }
p { color: rgb(63,19,91); }
H1.HeaderClassName
{
color: #3F135B;
}
.AnyTagClassName
{
color: #3F135B;
}
</style>
background-color css
<style>
a { background-color: #3F135B; }
a { background-color: rgb(63,19,91); }
div.DivClassName
{
background-color: #3F135B;
}
.BgClassName
{
background-color: #3F135B;
}
</style>
border-color css
<style>
span { border-color: #3F135B; }
span { border-color: rgb(63,19,91); }
td.TdClassName
{
border-color: #3F135B;
}
.TagClassName
{
border-color: #3F135B;
}
</style>