Shades of Christalle #3A125C
Tints of Christalle #3A125C
RGB
CMYK
RGB Variations
Color information
#3A125C (or 0x3A125C) is known color: Christalle. HEX triplet: 3A, 12 and 5C. RGB value is (58,18,92). Sum of RGB (Red+Green+Blue) = 58+18+92=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A125C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A125C is #C5EDA3. Grayscale: #262626. Windows color (decimal): -12971428 or 6033978. OLE color: 6033978.
HSL color Cylindrical-coordinate representation of color #3A125C: hue angle of 272.43º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A125C is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 18 | 92 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.64 |
| HSL | 272.43º | 0.67% | 0.22% | - |
| HSV(B) | 272.43º | 0.8% | 0.36% | - |
| XYZ | 3.89 | 2.1 | 10.33 | - |
| YUV | 38.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 92 | 0.37 | 0.80 | 0 | 0.64 | 272.43 | 0.67 | 0.22 |
| Hex | 3A | 12 | 5C | 25 | 50 | 0 | 40 | 110 | 43 | 16 |
| Octal | 72 | 22 | 134 | 45 | 120 | 0 | 100 | 420 | 103 | 26 |
| Binary | 111010 | 10010 | 1011100 | 100101 | 1010000 | 0 | 1000000 | 100010000 | 1000011 | 10110 |
Color Harmonies of #3A125C
Complementary color
Monochromatic Colors of #3A125C
Black with #3A125C
Text Example
Text Example
White with #3A125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A125C; }
p { color: rgb(58,18,92); }
H1.HeaderClassName
{
color: #3A125C;
}
.AnyTagClassName
{
color: #3A125C;
}
</style>
background-color css
<style>
a { background-color: #3A125C; }
a { background-color: rgb(58,18,92); }
div.DivClassName
{
background-color: #3A125C;
}
.BgClassName
{
background-color: #3A125C;
}
</style>
border-color css
<style>
span { border-color: #3A125C; }
span { border-color: rgb(58,18,92); }
td.TdClassName
{
border-color: #3A125C;
}
.TagClassName
{
border-color: #3A125C;
}
</style>