Shades of Christalle #3A015B
Tints of Christalle #3A015B
RGB
CMYK
RGB Variations
Color information
#3A015B (or 0x3A015B) is known color: Christalle. HEX triplet: 3A, 01 and 5B. RGB value is (58,1,91). Sum of RGB (Red+Green+Blue) = 58+1+91=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A015B is #C5FEA4. Grayscale: #1C1C1C. Windows color (decimal): -12975781 or 5964090. OLE color: 5964090.
HSL color Cylindrical-coordinate representation of color #3A015B: hue angle of 278º 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 #3A015B is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 1 | 91 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.64 |
| HSL | 278º | 0.98% | 0.18% | - |
| HSV(B) | 278º | 0.99% | 0.36% | - |
| XYZ | 3.64 | 1.68 | 10.03 | - |
| YUV | 28.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 91 | 0.36 | 0.99 | 0 | 0.64 | 278 | 0.98 | 0.18 |
| Hex | 3A | 1 | 5B | 24 | 63 | 0 | 40 | 116 | 62 | 12 |
| Octal | 72 | 1 | 133 | 44 | 143 | 0 | 100 | 426 | 142 | 22 |
| Binary | 111010 | 1 | 1011011 | 100100 | 1100011 | 0 | 1000000 | 100010110 | 1100010 | 10010 |
Color Harmonies of #3A015B
Complementary color
Monochromatic Colors of #3A015B
Black with #3A015B
Text Example
Text Example
White with #3A015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A015B; }
p { color: rgb(58,1,91); }
H1.HeaderClassName
{
color: #3A015B;
}
.AnyTagClassName
{
color: #3A015B;
}
</style>
background-color css
<style>
a { background-color: #3A015B; }
a { background-color: rgb(58,1,91); }
div.DivClassName
{
background-color: #3A015B;
}
.BgClassName
{
background-color: #3A015B;
}
</style>
border-color css
<style>
span { border-color: #3A015B; }
span { border-color: rgb(58,1,91); }
td.TdClassName
{
border-color: #3A015B;
}
.TagClassName
{
border-color: #3A015B;
}
</style>