Shades of Christalle #3A1A6E
Tints of Christalle #3A1A6E
RGB
CMYK
RGB Variations
Color information
#3A1A6E (or 0x3A1A6E) is known color: Christalle. HEX triplet: 3A, 1A and 6E. RGB value is (58,26,110). Sum of RGB (Red+Green+Blue) = 58+26+110=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A1A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1A6E is #C5E591. Grayscale: #2C2C2C. Windows color (decimal): -12969362 or 7215674. OLE color: 7215674.
HSL color Cylindrical-coordinate representation of color #3A1A6E: hue angle of 262.86º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A1A6E is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 26 | 110 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.57 |
| HSL | 262.86º | 0.62% | 0.27% | - |
| HSV(B) | 262.86º | 0.76% | 0.43% | - |
| XYZ | 4.93 | 2.76 | 15.03 | - |
| YUV | 45.14 | 164.6 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 110 | 0.47 | 0.76 | 0 | 0.57 | 262.86 | 0.62 | 0.27 |
| Hex | 3A | 1A | 6E | 2F | 4C | 0 | 39 | 107 | 3E | 1B |
| Octal | 72 | 32 | 156 | 57 | 114 | 0 | 71 | 407 | 76 | 33 |
| Binary | 111010 | 11010 | 1101110 | 101111 | 1001100 | 0 | 111001 | 100000111 | 111110 | 11011 |
Color Harmonies of #3A1A6E
Complementary color
Monochromatic Colors of #3A1A6E
Black with #3A1A6E
Text Example
Text Example
White with #3A1A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A6E; }
p { color: rgb(58,26,110); }
H1.HeaderClassName
{
color: #3A1A6E;
}
.AnyTagClassName
{
color: #3A1A6E;
}
</style>
background-color css
<style>
a { background-color: #3A1A6E; }
a { background-color: rgb(58,26,110); }
div.DivClassName
{
background-color: #3A1A6E;
}
.BgClassName
{
background-color: #3A1A6E;
}
</style>
border-color css
<style>
span { border-color: #3A1A6E; }
span { border-color: rgb(58,26,110); }
td.TdClassName
{
border-color: #3A1A6E;
}
.TagClassName
{
border-color: #3A1A6E;
}
</style>