Shades of Christalle #3A0362
Tints of Christalle #3A0362
RGB
CMYK
RGB Variations
Color information
#3A0362 (or 0x3A0362) is known color: Christalle. HEX triplet: 3A, 03 and 62. RGB value is (58,3,98). Sum of RGB (Red+Green+Blue) = 58+3+98=159 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.48% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 98 (38.67% from 255 or 61.64% from 159); Max value from RGB is 98 - color contains mainly: blue. Hex color #3A0362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0362 is #C5FC9D. Grayscale: #1D1D1D. Windows color (decimal): -12975262 or 6423354. OLE color: 6423354.
HSL color Cylindrical-coordinate representation of color #3A0362: hue angle of 274.74º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A0362 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 3 | 98 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.62 |
| HSL | 274.74º | 0.94% | 0.2% | - |
| HSV(B) | 274.74º | 0.97% | 0.38% | - |
| XYZ | 3.98 | 1.85 | 11.7 | - |
| YUV | 30.28 | 166.22 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 98 | 0.41 | 0.97 | 0 | 0.62 | 274.74 | 0.94 | 0.2 |
| Hex | 3A | 3 | 62 | 29 | 61 | 0 | 3E | 113 | 5E | 14 |
| Octal | 72 | 3 | 142 | 51 | 141 | 0 | 76 | 423 | 136 | 24 |
| Binary | 111010 | 11 | 1100010 | 101001 | 1100001 | 0 | 111110 | 100010011 | 1011110 | 10100 |
Color Harmonies of #3A0362
Complementary color
Monochromatic Colors of #3A0362
Black with #3A0362
Text Example
Text Example
White with #3A0362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0362; }
p { color: rgb(58,3,98); }
H1.HeaderClassName
{
color: #3A0362;
}
.AnyTagClassName
{
color: #3A0362;
}
</style>
background-color css
<style>
a { background-color: #3A0362; }
a { background-color: rgb(58,3,98); }
div.DivClassName
{
background-color: #3A0362;
}
.BgClassName
{
background-color: #3A0362;
}
</style>
border-color css
<style>
span { border-color: #3A0362; }
span { border-color: rgb(58,3,98); }
td.TdClassName
{
border-color: #3A0362;
}
.TagClassName
{
border-color: #3A0362;
}
</style>