Shades of Christalle #300A59
Tints of Christalle #300A59
RGB
CMYK
RGB Variations
Color information
#300A59 (or 0x300A59) is known color: Christalle. HEX triplet: 30, 0A and 59. RGB value is (48,10,89). Sum of RGB (Red+Green+Blue) = 48+10+89=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #300A59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300A59 is #CFF5A6. Grayscale: #1E1E1E. Windows color (decimal): -13628839 or 5835312. OLE color: 5835312.
HSL color Cylindrical-coordinate representation of color #300A59: hue angle of 268.86º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #300A59 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 10 | 89 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.65 |
| HSL | 268.86º | 0.8% | 0.19% | - |
| HSV(B) | 268.86º | 0.89% | 0.35% | - |
| XYZ | 3.13 | 1.57 | 9.59 | - |
| YUV | 30.37 | 161.09 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 89 | 0.46 | 0.89 | 0 | 0.65 | 268.86 | 0.8 | 0.19 |
| Hex | 30 | A | 59 | 2E | 59 | 0 | 41 | 10D | 50 | 13 |
| Octal | 60 | 12 | 131 | 56 | 131 | 0 | 101 | 415 | 120 | 23 |
| Binary | 110000 | 1010 | 1011001 | 101110 | 1011001 | 0 | 1000001 | 100001101 | 1010000 | 10011 |
Color Harmonies of #300A59
Complementary color
Monochromatic Colors of #300A59
Black with #300A59
Text Example
Text Example
White with #300A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A59; }
p { color: rgb(48,10,89); }
H1.HeaderClassName
{
color: #300A59;
}
.AnyTagClassName
{
color: #300A59;
}
</style>
background-color css
<style>
a { background-color: #300A59; }
a { background-color: rgb(48,10,89); }
div.DivClassName
{
background-color: #300A59;
}
.BgClassName
{
background-color: #300A59;
}
</style>
border-color css
<style>
span { border-color: #300A59; }
span { border-color: rgb(48,10,89); }
td.TdClassName
{
border-color: #300A59;
}
.TagClassName
{
border-color: #300A59;
}
</style>