Shades of Christalle #3A1F5B
Tints of Christalle #3A1F5B
RGB
CMYK
RGB Variations
Color information
#3A1F5B (or 0x3A1F5B) is known color: Christalle. HEX triplet: 3A, 1F and 5B. RGB value is (58,31,91). Sum of RGB (Red+Green+Blue) = 58+31+91=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A1F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1F5B is #C5E0A4. Grayscale: #2D2D2D. Windows color (decimal): -12968101 or 5971770. OLE color: 5971770.
HSL color Cylindrical-coordinate representation of color #3A1F5B: hue angle of 267º degrees, saturation: 0.49, 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 #3A1F5B is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 31 | 91 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.64 |
| HSL | 267º | 0.49% | 0.24% | - |
| HSV(B) | 267º | 0.66% | 0.36% | - |
| XYZ | 4.12 | 2.63 | 10.19 | - |
| YUV | 45.91 | 153.45 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 91 | 0.36 | 0.66 | 0 | 0.64 | 267 | 0.49 | 0.24 |
| Hex | 3A | 1F | 5B | 24 | 42 | 0 | 40 | 10B | 31 | 18 |
| Octal | 72 | 37 | 133 | 44 | 102 | 0 | 100 | 413 | 61 | 30 |
| Binary | 111010 | 11111 | 1011011 | 100100 | 1000010 | 0 | 1000000 | 100001011 | 110001 | 11000 |
Color Harmonies of #3A1F5B
Complementary color
Monochromatic Colors of #3A1F5B
Black with #3A1F5B
Text Example
Text Example
White with #3A1F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1F5B; }
p { color: rgb(58,31,91); }
H1.HeaderClassName
{
color: #3A1F5B;
}
.AnyTagClassName
{
color: #3A1F5B;
}
</style>
background-color css
<style>
a { background-color: #3A1F5B; }
a { background-color: rgb(58,31,91); }
div.DivClassName
{
background-color: #3A1F5B;
}
.BgClassName
{
background-color: #3A1F5B;
}
</style>
border-color css
<style>
span { border-color: #3A1F5B; }
span { border-color: rgb(58,31,91); }
td.TdClassName
{
border-color: #3A1F5B;
}
.TagClassName
{
border-color: #3A1F5B;
}
</style>