Shades of Christalle #3A105A
Tints of Christalle #3A105A
RGB
CMYK
RGB Variations
Color information
#3A105A (or 0x3A105A) is known color: Christalle. HEX triplet: 3A, 10 and 5A. RGB value is (58,16,90). Sum of RGB (Red+Green+Blue) = 58+16+90=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A105A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A105A is #C5EFA5. Grayscale: #242424. Windows color (decimal): -12971942 or 5902394. OLE color: 5902394.
HSL color Cylindrical-coordinate representation of color #3A105A: hue angle of 274.05º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A105A is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 16 | 90 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.65 |
| HSL | 274.05º | 0.7% | 0.21% | - |
| HSV(B) | 274.05º | 0.82% | 0.35% | - |
| XYZ | 3.78 | 2.01 | 9.86 | - |
| YUV | 36.99 | 157.91 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 90 | 0.36 | 0.82 | 0 | 0.65 | 274.05 | 0.7 | 0.21 |
| Hex | 3A | 10 | 5A | 24 | 52 | 0 | 41 | 112 | 46 | 15 |
| Octal | 72 | 20 | 132 | 44 | 122 | 0 | 101 | 422 | 106 | 25 |
| Binary | 111010 | 10000 | 1011010 | 100100 | 1010010 | 0 | 1000001 | 100010010 | 1000110 | 10101 |
Color Harmonies of #3A105A
Complementary color
Monochromatic Colors of #3A105A
Black with #3A105A
Text Example
Text Example
White with #3A105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A105A; }
p { color: rgb(58,16,90); }
H1.HeaderClassName
{
color: #3A105A;
}
.AnyTagClassName
{
color: #3A105A;
}
</style>
background-color css
<style>
a { background-color: #3A105A; }
a { background-color: rgb(58,16,90); }
div.DivClassName
{
background-color: #3A105A;
}
.BgClassName
{
background-color: #3A105A;
}
</style>
border-color css
<style>
span { border-color: #3A105A; }
span { border-color: rgb(58,16,90); }
td.TdClassName
{
border-color: #3A105A;
}
.TagClassName
{
border-color: #3A105A;
}
</style>