Shades of Christalle #3A266A
Tints of Christalle #3A266A
RGB
CMYK
RGB Variations
Color information
#3A266A (or 0x3A266A) is known color: Christalle. HEX triplet: 3A, 26 and 6A. RGB value is (58,38,106). Sum of RGB (Red+Green+Blue) = 58+38+106=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 106 (41.80% from 255 or 52.48% from 202); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A266A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A266A is #C5D995. Grayscale: #333333. Windows color (decimal): -12966294 or 6956602. OLE color: 6956602.
HSL color Cylindrical-coordinate representation of color #3A266A: hue angle of 257.65º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A266A is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 38 | 106 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.58 |
| HSL | 257.65º | 0.47% | 0.28% | - |
| HSV(B) | 257.65º | 0.64% | 0.42% | - |
| XYZ | 5.04 | 3.33 | 14.01 | - |
| YUV | 51.73 | 158.63 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 106 | 0.45 | 0.64 | 0 | 0.58 | 257.65 | 0.47 | 0.28 |
| Hex | 3A | 26 | 6A | 2D | 40 | 0 | 3A | 102 | 2F | 1C |
| Octal | 72 | 46 | 152 | 55 | 100 | 0 | 72 | 402 | 57 | 34 |
| Binary | 111010 | 100110 | 1101010 | 101101 | 1000000 | 0 | 111010 | 100000010 | 101111 | 11100 |
Color Harmonies of #3A266A
Complementary color
Monochromatic Colors of #3A266A
Black with #3A266A
Text Example
Text Example
White with #3A266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A266A; }
p { color: rgb(58,38,106); }
H1.HeaderClassName
{
color: #3A266A;
}
.AnyTagClassName
{
color: #3A266A;
}
</style>
background-color css
<style>
a { background-color: #3A266A; }
a { background-color: rgb(58,38,106); }
div.DivClassName
{
background-color: #3A266A;
}
.BgClassName
{
background-color: #3A266A;
}
</style>
border-color css
<style>
span { border-color: #3A266A; }
span { border-color: rgb(58,38,106); }
td.TdClassName
{
border-color: #3A266A;
}
.TagClassName
{
border-color: #3A266A;
}
</style>