Shades of Christalle #3A265B
Tints of Christalle #3A265B
RGB
CMYK
RGB Variations
Color information
#3A265B (or 0x3A265B) is known color: Christalle. HEX triplet: 3A, 26 and 5B. RGB value is (58,38,91). Sum of RGB (Red+Green+Blue) = 58+38+91=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A265B is #C5D9A4. Grayscale: #313131. Windows color (decimal): -12966309 or 5973562. OLE color: 5973562.
HSL color Cylindrical-coordinate representation of color #3A265B: hue angle of 262.64º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A265B is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 38 | 91 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.64 |
| HSL | 262.64º | 0.41% | 0.25% | - |
| HSV(B) | 262.64º | 0.58% | 0.36% | - |
| XYZ | 4.33 | 3.04 | 10.26 | - |
| YUV | 50.02 | 151.13 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 91 | 0.36 | 0.58 | 0 | 0.64 | 262.64 | 0.41 | 0.25 |
| Hex | 3A | 26 | 5B | 24 | 3A | 0 | 40 | 107 | 29 | 19 |
| Octal | 72 | 46 | 133 | 44 | 72 | 0 | 100 | 407 | 51 | 31 |
| Binary | 111010 | 100110 | 1011011 | 100100 | 111010 | 0 | 1000000 | 100000111 | 101001 | 11001 |
Color Harmonies of #3A265B
Complementary color
Monochromatic Colors of #3A265B
Black with #3A265B
Text Example
Text Example
White with #3A265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A265B; }
p { color: rgb(58,38,91); }
H1.HeaderClassName
{
color: #3A265B;
}
.AnyTagClassName
{
color: #3A265B;
}
</style>
background-color css
<style>
a { background-color: #3A265B; }
a { background-color: rgb(58,38,91); }
div.DivClassName
{
background-color: #3A265B;
}
.BgClassName
{
background-color: #3A265B;
}
</style>
border-color css
<style>
span { border-color: #3A265B; }
span { border-color: rgb(58,38,91); }
td.TdClassName
{
border-color: #3A265B;
}
.TagClassName
{
border-color: #3A265B;
}
</style>