Shades of Christalle #300A58
Tints of Christalle #300A58
RGB
CMYK
RGB Variations
Color information
#300A58 (or 0x300A58) is known color: Christalle. HEX triplet: 30, 0A and 58. RGB value is (48,10,88). Sum of RGB (Red+Green+Blue) = 48+10+88=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #300A58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300A58 is #CFF5A7. Grayscale: #1D1D1D. Windows color (decimal): -13628840 or 5769776. OLE color: 5769776.
HSL color Cylindrical-coordinate representation of color #300A58: hue angle of 269.23º 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 #300A58 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 10 | 88 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.65 |
| HSL | 269.23º | 0.8% | 0.19% | - |
| HSV(B) | 269.23º | 0.89% | 0.35% | - |
| XYZ | 3.09 | 1.55 | 9.37 | - |
| YUV | 30.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 88 | 0.45 | 0.89 | 0 | 0.65 | 269.23 | 0.8 | 0.19 |
| Hex | 30 | A | 58 | 2D | 59 | 0 | 41 | 10D | 50 | 13 |
| Octal | 60 | 12 | 130 | 55 | 131 | 0 | 101 | 415 | 120 | 23 |
| Binary | 110000 | 1010 | 1011000 | 101101 | 1011001 | 0 | 1000001 | 100001101 | 1010000 | 10011 |
Color Harmonies of #300A58
Complementary color
Monochromatic Colors of #300A58
Black with #300A58
Text Example
Text Example
White with #300A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A58; }
p { color: rgb(48,10,88); }
H1.HeaderClassName
{
color: #300A58;
}
.AnyTagClassName
{
color: #300A58;
}
</style>
background-color css
<style>
a { background-color: #300A58; }
a { background-color: rgb(48,10,88); }
div.DivClassName
{
background-color: #300A58;
}
.BgClassName
{
background-color: #300A58;
}
</style>
border-color css
<style>
span { border-color: #300A58; }
span { border-color: rgb(48,10,88); }
td.TdClassName
{
border-color: #300A58;
}
.TagClassName
{
border-color: #300A58;
}
</style>