Shades of Christalle #3A1F5C
Tints of Christalle #3A1F5C
RGB
CMYK
RGB Variations
Color information
#3A1F5C (or 0x3A1F5C) is known color: Christalle. HEX triplet: 3A, 1F and 5C. RGB value is (58,31,92). Sum of RGB (Red+Green+Blue) = 58+31+92=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A1F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1F5C is #C5E0A3. Grayscale: #2D2D2D. Windows color (decimal): -12968100 or 6037306. OLE color: 6037306.
HSL color Cylindrical-coordinate representation of color #3A1F5C: hue angle of 266.56º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A1F5C is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 31 | 92 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.64 |
| HSL | 266.56º | 0.5% | 0.24% | - |
| HSV(B) | 266.56º | 0.66% | 0.36% | - |
| XYZ | 4.17 | 2.65 | 10.42 | - |
| YUV | 46.03 | 153.95 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 92 | 0.37 | 0.66 | 0 | 0.64 | 266.56 | 0.5 | 0.24 |
| Hex | 3A | 1F | 5C | 25 | 42 | 0 | 40 | 10B | 32 | 18 |
| Octal | 72 | 37 | 134 | 45 | 102 | 0 | 100 | 413 | 62 | 30 |
| Binary | 111010 | 11111 | 1011100 | 100101 | 1000010 | 0 | 1000000 | 100001011 | 110010 | 11000 |
Color Harmonies of #3A1F5C
Complementary color
Monochromatic Colors of #3A1F5C
Black with #3A1F5C
Text Example
Text Example
White with #3A1F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1F5C; }
p { color: rgb(58,31,92); }
H1.HeaderClassName
{
color: #3A1F5C;
}
.AnyTagClassName
{
color: #3A1F5C;
}
</style>
background-color css
<style>
a { background-color: #3A1F5C; }
a { background-color: rgb(58,31,92); }
div.DivClassName
{
background-color: #3A1F5C;
}
.BgClassName
{
background-color: #3A1F5C;
}
</style>
border-color css
<style>
span { border-color: #3A1F5C; }
span { border-color: rgb(58,31,92); }
td.TdClassName
{
border-color: #3A1F5C;
}
.TagClassName
{
border-color: #3A1F5C;
}
</style>