Shades of Christalle #3A205F
Tints of Christalle #3A205F
RGB
CMYK
RGB Variations
Color information
#3A205F (or 0x3A205F) is known color: Christalle. HEX triplet: 3A, 20 and 5F. RGB value is (58,32,95). Sum of RGB (Red+Green+Blue) = 58+32+95=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #3A205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A205F is #C5DFA0. Grayscale: #2E2E2E. Windows color (decimal): -12967841 or 6234170. OLE color: 6234170.
HSL color Cylindrical-coordinate representation of color #3A205F: hue angle of 264.76º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A205F is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 58 | 32 | 95 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.63 |
| HSL | 264.76º | 0.5% | 0.25% | - |
| HSV(B) | 264.76º | 0.66% | 0.37% | - |
| XYZ | 4.33 | 2.76 | 11.13 | - |
| YUV | 46.96 | 155.11 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 95 | 0.39 | 0.66 | 0 | 0.63 | 264.76 | 0.5 | 0.25 |
| Hex | 3A | 20 | 5F | 27 | 42 | 0 | 3F | 109 | 32 | 19 |
| Octal | 72 | 40 | 137 | 47 | 102 | 0 | 77 | 411 | 62 | 31 |
| Binary | 111010 | 100000 | 1011111 | 100111 | 1000010 | 0 | 111111 | 100001001 | 110010 | 11001 |
Color Harmonies of #3A205F
Complementary color
Monochromatic Colors of #3A205F
Black with #3A205F
Text Example
Text Example
White with #3A205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A205F; }
p { color: rgb(58,32,95); }
H1.HeaderClassName
{
color: #3A205F;
}
.AnyTagClassName
{
color: #3A205F;
}
</style>
background-color css
<style>
a { background-color: #3A205F; }
a { background-color: rgb(58,32,95); }
div.DivClassName
{
background-color: #3A205F;
}
.BgClassName
{
background-color: #3A205F;
}
</style>
border-color css
<style>
span { border-color: #3A205F; }
span { border-color: rgb(58,32,95); }
td.TdClassName
{
border-color: #3A205F;
}
.TagClassName
{
border-color: #3A205F;
}
</style>