Shades of Christalle #3A2370
Tints of Christalle #3A2370
RGB
CMYK
RGB Variations
Color information
#3A2370 (or 0x3A2370) is known color: Christalle. HEX triplet: 3A, 23 and 70. RGB value is (58,35,112). Sum of RGB (Red+Green+Blue) = 58+35+112=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A2370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2370 is #C5DC8F. Grayscale: #323232. Windows color (decimal): -12967056 or 7349050. OLE color: 7349050.
HSL color Cylindrical-coordinate representation of color #3A2370: hue angle of 257.92º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A2370 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 35 | 112 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.56 |
| HSL | 257.92º | 0.52% | 0.29% | - |
| HSV(B) | 257.92º | 0.69% | 0.44% | - |
| XYZ | 5.27 | 3.27 | 15.68 | - |
| YUV | 50.66 | 162.62 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 112 | 0.48 | 0.69 | 0 | 0.56 | 257.92 | 0.52 | 0.29 |
| Hex | 3A | 23 | 70 | 30 | 45 | 0 | 38 | 102 | 34 | 1D |
| Octal | 72 | 43 | 160 | 60 | 105 | 0 | 70 | 402 | 64 | 35 |
| Binary | 111010 | 100011 | 1110000 | 110000 | 1000101 | 0 | 111000 | 100000010 | 110100 | 11101 |
Color Harmonies of #3A2370
Complementary color
Monochromatic Colors of #3A2370
Black with #3A2370
Text Example
Text Example
White with #3A2370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2370; }
p { color: rgb(58,35,112); }
H1.HeaderClassName
{
color: #3A2370;
}
.AnyTagClassName
{
color: #3A2370;
}
</style>
background-color css
<style>
a { background-color: #3A2370; }
a { background-color: rgb(58,35,112); }
div.DivClassName
{
background-color: #3A2370;
}
.BgClassName
{
background-color: #3A2370;
}
</style>
border-color css
<style>
span { border-color: #3A2370; }
span { border-color: rgb(58,35,112); }
td.TdClassName
{
border-color: #3A2370;
}
.TagClassName
{
border-color: #3A2370;
}
</style>