Shades of Christalle #3F235A
Tints of Christalle #3F235A
RGB
CMYK
RGB Variations
Color information
#3F235A (or 0x3F235A) is known color: Christalle. HEX triplet: 3F, 23 and 5A. RGB value is (63,35,90). Sum of RGB (Red+Green+Blue) = 63+35+90=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F235A is #C0DCA5. Grayscale: #313131. Windows color (decimal): -12639398 or 5907263. OLE color: 5907263.
HSL color Cylindrical-coordinate representation of color #3F235A: hue angle of 270.55º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F235A is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 35 | 90 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.65 |
| HSL | 270.55º | 0.44% | 0.25% | - |
| HSV(B) | 270.55º | 0.61% | 0.35% | - |
| XYZ | 4.5 | 3 | 10.01 | - |
| YUV | 49.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 90 | 0.30 | 0.61 | 0 | 0.65 | 270.55 | 0.44 | 0.25 |
| Hex | 3F | 23 | 5A | 1E | 3D | 0 | 41 | 10F | 2C | 19 |
| Octal | 77 | 43 | 132 | 36 | 75 | 0 | 101 | 417 | 54 | 31 |
| Binary | 111111 | 100011 | 1011010 | 11110 | 111101 | 0 | 1000001 | 100001111 | 101100 | 11001 |
Color Harmonies of #3F235A
Complementary color
Monochromatic Colors of #3F235A
Black with #3F235A
Text Example
Text Example
White with #3F235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F235A; }
p { color: rgb(63,35,90); }
H1.HeaderClassName
{
color: #3F235A;
}
.AnyTagClassName
{
color: #3F235A;
}
</style>
background-color css
<style>
a { background-color: #3F235A; }
a { background-color: rgb(63,35,90); }
div.DivClassName
{
background-color: #3F235A;
}
.BgClassName
{
background-color: #3F235A;
}
</style>
border-color css
<style>
span { border-color: #3F235A; }
span { border-color: rgb(63,35,90); }
td.TdClassName
{
border-color: #3F235A;
}
.TagClassName
{
border-color: #3F235A;
}
</style>