Shades of Christalle #3A0B5D
Tints of Christalle #3A0B5D
RGB
CMYK
RGB Variations
Color information
#3A0B5D (or 0x3A0B5D) is known color: Christalle. HEX triplet: 3A, 0B and 5D. RGB value is (58,11,93). Sum of RGB (Red+Green+Blue) = 58+11+93=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A0B5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0B5D is #C5F4A2. Grayscale: #222222. Windows color (decimal): -12973219 or 6097722. OLE color: 6097722.
HSL color Cylindrical-coordinate representation of color #3A0B5D: hue angle of 274.39º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A0B5D is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 11 | 93 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.64 |
| HSL | 274.39º | 0.79% | 0.2% | - |
| HSV(B) | 274.39º | 0.88% | 0.36% | - |
| XYZ | 3.84 | 1.93 | 10.53 | - |
| YUV | 34.4 | 161.07 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 11 | 93 | 0.38 | 0.88 | 0 | 0.64 | 274.39 | 0.79 | 0.2 |
| Hex | 3A | B | 5D | 26 | 58 | 0 | 40 | 112 | 4F | 14 |
| Octal | 72 | 13 | 135 | 46 | 130 | 0 | 100 | 422 | 117 | 24 |
| Binary | 111010 | 1011 | 1011101 | 100110 | 1011000 | 0 | 1000000 | 100010010 | 1001111 | 10100 |
Color Harmonies of #3A0B5D
Complementary color
Monochromatic Colors of #3A0B5D
Black with #3A0B5D
Text Example
Text Example
White with #3A0B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0B5D; }
p { color: rgb(58,11,93); }
H1.HeaderClassName
{
color: #3A0B5D;
}
.AnyTagClassName
{
color: #3A0B5D;
}
</style>
background-color css
<style>
a { background-color: #3A0B5D; }
a { background-color: rgb(58,11,93); }
div.DivClassName
{
background-color: #3A0B5D;
}
.BgClassName
{
background-color: #3A0B5D;
}
</style>
border-color css
<style>
span { border-color: #3A0B5D; }
span { border-color: rgb(58,11,93); }
td.TdClassName
{
border-color: #3A0B5D;
}
.TagClassName
{
border-color: #3A0B5D;
}
</style>