Shades of Christalle #3F065B
Tints of Christalle #3F065B
RGB
CMYK
RGB Variations
Color information
#3F065B (or 0x3F065B) is known color: Christalle. HEX triplet: 3F, 06 and 5B. RGB value is (63,6,91). Sum of RGB (Red+Green+Blue) = 63+6+91=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F065B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F065B is #C0F9A4. Grayscale: #202020. Windows color (decimal): -12646821 or 5965375. OLE color: 5965375.
HSL color Cylindrical-coordinate representation of color #3F065B: hue angle of 280.24º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F065B is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 6 | 91 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.64 |
| HSL | 280.24º | 0.88% | 0.19% | - |
| HSV(B) | 280.24º | 0.93% | 0.36% | - |
| XYZ | 4 | 1.94 | 10.06 | - |
| YUV | 32.73 | 160.88 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 91 | 0.31 | 0.93 | 0 | 0.64 | 280.24 | 0.88 | 0.19 |
| Hex | 3F | 6 | 5B | 1F | 5D | 0 | 40 | 118 | 58 | 13 |
| Octal | 77 | 6 | 133 | 37 | 135 | 0 | 100 | 430 | 130 | 23 |
| Binary | 111111 | 110 | 1011011 | 11111 | 1011101 | 0 | 1000000 | 100011000 | 1011000 | 10011 |
Color Harmonies of #3F065B
Complementary color
Monochromatic Colors of #3F065B
Black with #3F065B
Text Example
Text Example
White with #3F065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F065B; }
p { color: rgb(63,6,91); }
H1.HeaderClassName
{
color: #3F065B;
}
.AnyTagClassName
{
color: #3F065B;
}
</style>
background-color css
<style>
a { background-color: #3F065B; }
a { background-color: rgb(63,6,91); }
div.DivClassName
{
background-color: #3F065B;
}
.BgClassName
{
background-color: #3F065B;
}
</style>
border-color css
<style>
span { border-color: #3F065B; }
span { border-color: rgb(63,6,91); }
td.TdClassName
{
border-color: #3F065B;
}
.TagClassName
{
border-color: #3F065B;
}
</style>