Shades of Christalle #3F055B
Tints of Christalle #3F055B
RGB
CMYK
RGB Variations
Color information
#3F055B (or 0x3F055B) is known color: Christalle. HEX triplet: 3F, 05 and 5B. RGB value is (63,5,91). Sum of RGB (Red+Green+Blue) = 63+5+91=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F055B is #C0FAA4. Grayscale: #1F1F1F. Windows color (decimal): -12647077 or 5965119. OLE color: 5965119.
HSL color Cylindrical-coordinate representation of color #3F055B: hue angle of 280.47º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F055B is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 5 | 91 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.64 |
| HSL | 280.47º | 0.9% | 0.19% | - |
| HSV(B) | 280.47º | 0.95% | 0.36% | - |
| XYZ | 3.99 | 1.92 | 10.06 | - |
| YUV | 32.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 91 | 0.31 | 0.95 | 0 | 0.64 | 280.47 | 0.9 | 0.19 |
| Hex | 3F | 5 | 5B | 1F | 5F | 0 | 40 | 118 | 5A | 13 |
| Octal | 77 | 5 | 133 | 37 | 137 | 0 | 100 | 430 | 132 | 23 |
| Binary | 111111 | 101 | 1011011 | 11111 | 1011111 | 0 | 1000000 | 100011000 | 1011010 | 10011 |
Color Harmonies of #3F055B
Complementary color
Monochromatic Colors of #3F055B
Black with #3F055B
Text Example
Text Example
White with #3F055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F055B; }
p { color: rgb(63,5,91); }
H1.HeaderClassName
{
color: #3F055B;
}
.AnyTagClassName
{
color: #3F055B;
}
</style>
background-color css
<style>
a { background-color: #3F055B; }
a { background-color: rgb(63,5,91); }
div.DivClassName
{
background-color: #3F055B;
}
.BgClassName
{
background-color: #3F055B;
}
</style>
border-color css
<style>
span { border-color: #3F055B; }
span { border-color: rgb(63,5,91); }
td.TdClassName
{
border-color: #3F055B;
}
.TagClassName
{
border-color: #3F055B;
}
</style>