Shades of Christalle #3A0D66
Tints of Christalle #3A0D66
RGB
CMYK
RGB Variations
Color information
#3A0D66 (or 0x3A0D66) is known color: Christalle. HEX triplet: 3A, 0D and 66. RGB value is (58,13,102). Sum of RGB (Red+Green+Blue) = 58+13+102=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #3A0D66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0D66 is #C5F299. Grayscale: #242424. Windows color (decimal): -12972698 or 6688058. OLE color: 6688058.
HSL color Cylindrical-coordinate representation of color #3A0D66: hue angle of 270.34º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A0D66 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 58 | 13 | 102 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.6 |
| HSL | 270.34º | 0.77% | 0.23% | - |
| HSV(B) | 270.34º | 0.87% | 0.4% | - |
| XYZ | 4.29 | 2.15 | 12.76 | - |
| YUV | 36.6 | 164.91 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 13 | 102 | 0.43 | 0.87 | 0 | 0.6 | 270.34 | 0.77 | 0.23 |
| Hex | 3A | D | 66 | 2B | 57 | 0 | 3C | 10E | 4D | 17 |
| Octal | 72 | 15 | 146 | 53 | 127 | 0 | 74 | 416 | 115 | 27 |
| Binary | 111010 | 1101 | 1100110 | 101011 | 1010111 | 0 | 111100 | 100001110 | 1001101 | 10111 |
Color Harmonies of #3A0D66
Complementary color
Monochromatic Colors of #3A0D66
Black with #3A0D66
Text Example
Text Example
White with #3A0D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0D66; }
p { color: rgb(58,13,102); }
H1.HeaderClassName
{
color: #3A0D66;
}
.AnyTagClassName
{
color: #3A0D66;
}
</style>
background-color css
<style>
a { background-color: #3A0D66; }
a { background-color: rgb(58,13,102); }
div.DivClassName
{
background-color: #3A0D66;
}
.BgClassName
{
background-color: #3A0D66;
}
</style>
border-color css
<style>
span { border-color: #3A0D66; }
span { border-color: rgb(58,13,102); }
td.TdClassName
{
border-color: #3A0D66;
}
.TagClassName
{
border-color: #3A0D66;
}
</style>