Shades of Christalle #3A1F68
Tints of Christalle #3A1F68
RGB
CMYK
RGB Variations
Color information
#3A1F68 (or 0x3A1F68) is known color: Christalle. HEX triplet: 3A, 1F and 68. RGB value is (58,31,104). Sum of RGB (Red+Green+Blue) = 58+31+104=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #3A1F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1F68 is #C5E097. Grayscale: #2F2F2F. Windows color (decimal): -12968088 or 6823738. OLE color: 6823738.
HSL color Cylindrical-coordinate representation of color #3A1F68: hue angle of 262.19º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A1F68 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 31 | 104 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.59 |
| HSL | 262.19º | 0.54% | 0.26% | - |
| HSV(B) | 262.19º | 0.7% | 0.41% | - |
| XYZ | 4.73 | 2.88 | 13.4 | - |
| YUV | 47.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 104 | 0.44 | 0.70 | 0 | 0.59 | 262.19 | 0.54 | 0.26 |
| Hex | 3A | 1F | 68 | 2C | 46 | 0 | 3B | 106 | 36 | 1A |
| Octal | 72 | 37 | 150 | 54 | 106 | 0 | 73 | 406 | 66 | 32 |
| Binary | 111010 | 11111 | 1101000 | 101100 | 1000110 | 0 | 111011 | 100000110 | 110110 | 11010 |
Color Harmonies of #3A1F68
Complementary color
Monochromatic Colors of #3A1F68
Black with #3A1F68
Text Example
Text Example
White with #3A1F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1F68; }
p { color: rgb(58,31,104); }
H1.HeaderClassName
{
color: #3A1F68;
}
.AnyTagClassName
{
color: #3A1F68;
}
</style>
background-color css
<style>
a { background-color: #3A1F68; }
a { background-color: rgb(58,31,104); }
div.DivClassName
{
background-color: #3A1F68;
}
.BgClassName
{
background-color: #3A1F68;
}
</style>
border-color css
<style>
span { border-color: #3A1F68; }
span { border-color: rgb(58,31,104); }
td.TdClassName
{
border-color: #3A1F68;
}
.TagClassName
{
border-color: #3A1F68;
}
</style>