Shades of Christalle #3A005C
Tints of Christalle #3A005C
RGB
CMYK
RGB Variations
Color information
#3A005C (or 0x3A005C) is known color: Christalle. HEX triplet: 3A, 00 and 5C. RGB value is (58,0,92). Sum of RGB (Red+Green+Blue) = 58+0+92=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 92 (36.33% from 255 or 61.33% from 150); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A005C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A005C is #C5FFA3. Grayscale: #1B1B1B. Windows color (decimal): -12976036 or 6029370. OLE color: 6029370.
HSL color Cylindrical-coordinate representation of color #3A005C: hue angle of 277.83º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A005C is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 0 | 92 | - |
| CMYK | 0.37 | 1 | 0 | 0.64 |
| HSL | 277.83º | 1% | 0.18% | - |
| HSV(B) | 277.83º | 1% | 0.36% | - |
| XYZ | 3.68 | 1.67 | 10.25 | - |
| YUV | 27.83 | 164.22 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 92 | 0.37 | 1 | 0 | 0.64 | 277.83 | 1 | 0.18 |
| Hex | 3A | 0 | 5C | 25 | 64 | 0 | 40 | 116 | 64 | 12 |
| Octal | 72 | 0 | 134 | 45 | 144 | 0 | 100 | 426 | 144 | 22 |
| Binary | 111010 | 0 | 1011100 | 100101 | 1100100 | 0 | 1000000 | 100010110 | 1100100 | 10010 |
Color Harmonies of #3A005C
Complementary color
Monochromatic Colors of #3A005C
Black with #3A005C
Text Example
Text Example
White with #3A005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A005C; }
p { color: rgb(58,0,92); }
H1.HeaderClassName
{
color: #3A005C;
}
.AnyTagClassName
{
color: #3A005C;
}
</style>
background-color css
<style>
a { background-color: #3A005C; }
a { background-color: rgb(58,0,92); }
div.DivClassName
{
background-color: #3A005C;
}
.BgClassName
{
background-color: #3A005C;
}
</style>
border-color css
<style>
span { border-color: #3A005C; }
span { border-color: rgb(58,0,92); }
td.TdClassName
{
border-color: #3A005C;
}
.TagClassName
{
border-color: #3A005C;
}
</style>