Shades of Christalle #3A105D
Tints of Christalle #3A105D
RGB
CMYK
RGB Variations
Color information
#3A105D (or 0x3A105D) is known color: Christalle. HEX triplet: 3A, 10 and 5D. RGB value is (58,16,93). Sum of RGB (Red+Green+Blue) = 58+16+93=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A105D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A105D is #C5EFA2. Grayscale: #252525. Windows color (decimal): -12971939 or 6099002. OLE color: 6099002.
HSL color Cylindrical-coordinate representation of color #3A105D: hue angle of 272.73º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A105D is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 16 | 93 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.64 |
| HSL | 272.73º | 0.71% | 0.21% | - |
| HSV(B) | 272.73º | 0.83% | 0.36% | - |
| XYZ | 3.91 | 2.06 | 10.55 | - |
| YUV | 37.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 93 | 0.38 | 0.83 | 0 | 0.64 | 272.73 | 0.71 | 0.21 |
| Hex | 3A | 10 | 5D | 26 | 53 | 0 | 40 | 111 | 47 | 15 |
| Octal | 72 | 20 | 135 | 46 | 123 | 0 | 100 | 421 | 107 | 25 |
| Binary | 111010 | 10000 | 1011101 | 100110 | 1010011 | 0 | 1000000 | 100010001 | 1000111 | 10101 |
Color Harmonies of #3A105D
Complementary color
Monochromatic Colors of #3A105D
Black with #3A105D
Text Example
Text Example
White with #3A105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A105D; }
p { color: rgb(58,16,93); }
H1.HeaderClassName
{
color: #3A105D;
}
.AnyTagClassName
{
color: #3A105D;
}
</style>
background-color css
<style>
a { background-color: #3A105D; }
a { background-color: rgb(58,16,93); }
div.DivClassName
{
background-color: #3A105D;
}
.BgClassName
{
background-color: #3A105D;
}
</style>
border-color css
<style>
span { border-color: #3A105D; }
span { border-color: rgb(58,16,93); }
td.TdClassName
{
border-color: #3A105D;
}
.TagClassName
{
border-color: #3A105D;
}
</style>