Shades of Christalle #3A015D
Tints of Christalle #3A015D
RGB
CMYK
RGB Variations
Color information
#3A015D (or 0x3A015D) is known color: Christalle. HEX triplet: 3A, 01 and 5D. RGB value is (58,1,93). Sum of RGB (Red+Green+Blue) = 58+1+93=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A015D is #C5FEA2. Grayscale: #1C1C1C. Windows color (decimal): -12975779 or 6095162. OLE color: 6095162.
HSL color Cylindrical-coordinate representation of color #3A015D: hue angle of 277.17º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A015D is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 1 | 93 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.64 |
| HSL | 277.17º | 0.98% | 0.18% | - |
| HSV(B) | 277.17º | 0.99% | 0.36% | - |
| XYZ | 3.73 | 1.71 | 10.49 | - |
| YUV | 28.53 | 164.38 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 93 | 0.38 | 0.99 | 0 | 0.64 | 277.17 | 0.98 | 0.18 |
| Hex | 3A | 1 | 5D | 26 | 63 | 0 | 40 | 115 | 62 | 12 |
| Octal | 72 | 1 | 135 | 46 | 143 | 0 | 100 | 425 | 142 | 22 |
| Binary | 111010 | 1 | 1011101 | 100110 | 1100011 | 0 | 1000000 | 100010101 | 1100010 | 10010 |
Color Harmonies of #3A015D
Complementary color
Monochromatic Colors of #3A015D
Black with #3A015D
Text Example
Text Example
White with #3A015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A015D; }
p { color: rgb(58,1,93); }
H1.HeaderClassName
{
color: #3A015D;
}
.AnyTagClassName
{
color: #3A015D;
}
</style>
background-color css
<style>
a { background-color: #3A015D; }
a { background-color: rgb(58,1,93); }
div.DivClassName
{
background-color: #3A015D;
}
.BgClassName
{
background-color: #3A015D;
}
</style>
border-color css
<style>
span { border-color: #3A015D; }
span { border-color: rgb(58,1,93); }
td.TdClassName
{
border-color: #3A015D;
}
.TagClassName
{
border-color: #3A015D;
}
</style>