Shades of Christalle #3A0A5D
Tints of Christalle #3A0A5D
RGB
CMYK
RGB Variations
Color information
#3A0A5D (or 0x3A0A5D) is known color: Christalle. HEX triplet: 3A, 0A and 5D. RGB value is (58,10,93). Sum of RGB (Red+Green+Blue) = 58+10+93=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A0A5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0A5D is #C5F5A2. Grayscale: #212121. Windows color (decimal): -12973475 or 6097466. OLE color: 6097466.
HSL color Cylindrical-coordinate representation of color #3A0A5D: hue angle of 274.7º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A0A5D is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 10 | 93 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.64 |
| HSL | 274.7º | 0.81% | 0.2% | - |
| HSV(B) | 274.7º | 0.89% | 0.36% | - |
| XYZ | 3.83 | 1.91 | 10.52 | - |
| YUV | 33.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 10 | 93 | 0.38 | 0.89 | 0 | 0.64 | 274.7 | 0.81 | 0.2 |
| Hex | 3A | A | 5D | 26 | 59 | 0 | 40 | 113 | 51 | 14 |
| Octal | 72 | 12 | 135 | 46 | 131 | 0 | 100 | 423 | 121 | 24 |
| Binary | 111010 | 1010 | 1011101 | 100110 | 1011001 | 0 | 1000000 | 100010011 | 1010001 | 10100 |
Color Harmonies of #3A0A5D
Complementary color
Monochromatic Colors of #3A0A5D
Black with #3A0A5D
Text Example
Text Example
White with #3A0A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0A5D; }
p { color: rgb(58,10,93); }
H1.HeaderClassName
{
color: #3A0A5D;
}
.AnyTagClassName
{
color: #3A0A5D;
}
</style>
background-color css
<style>
a { background-color: #3A0A5D; }
a { background-color: rgb(58,10,93); }
div.DivClassName
{
background-color: #3A0A5D;
}
.BgClassName
{
background-color: #3A0A5D;
}
</style>
border-color css
<style>
span { border-color: #3A0A5D; }
span { border-color: rgb(58,10,93); }
td.TdClassName
{
border-color: #3A0A5D;
}
.TagClassName
{
border-color: #3A0A5D;
}
</style>