Shades of Christalle #3A005B
Tints of Christalle #3A005B
RGB
CMYK
RGB Variations
Color information
#3A005B (or 0x3A005B) is known color: Christalle. HEX triplet: 3A, 00 and 5B. RGB value is (58,0,91). Sum of RGB (Red+Green+Blue) = 58+0+91=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A005B is #C5FFA4. Grayscale: #1B1B1B. Windows color (decimal): -12976037 or 5963834. OLE color: 5963834.
HSL color Cylindrical-coordinate representation of color #3A005B: hue angle of 278.24º 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 #3A005B is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 0 | 91 | - |
| CMYK | 0.36 | 1 | 0 | 0.64 |
| HSL | 278.24º | 1% | 0.18% | - |
| HSV(B) | 278.24º | 1% | 0.36% | - |
| XYZ | 3.63 | 1.65 | 10.03 | - |
| YUV | 27.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 91 | 0.36 | 1 | 0 | 0.64 | 278.24 | 1 | 0.18 |
| Hex | 3A | 0 | 5B | 24 | 64 | 0 | 40 | 116 | 64 | 12 |
| Octal | 72 | 0 | 133 | 44 | 144 | 0 | 100 | 426 | 144 | 22 |
| Binary | 111010 | 0 | 1011011 | 100100 | 1100100 | 0 | 1000000 | 100010110 | 1100100 | 10010 |
Color Harmonies of #3A005B
Complementary color
Monochromatic Colors of #3A005B
Black with #3A005B
Text Example
Text Example
White with #3A005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A005B; }
p { color: rgb(58,0,91); }
H1.HeaderClassName
{
color: #3A005B;
}
.AnyTagClassName
{
color: #3A005B;
}
</style>
background-color css
<style>
a { background-color: #3A005B; }
a { background-color: rgb(58,0,91); }
div.DivClassName
{
background-color: #3A005B;
}
.BgClassName
{
background-color: #3A005B;
}
</style>
border-color css
<style>
span { border-color: #3A005B; }
span { border-color: rgb(58,0,91); }
td.TdClassName
{
border-color: #3A005B;
}
.TagClassName
{
border-color: #3A005B;
}
</style>