Shades of Christalle #300C57
Tints of Christalle #300C57
RGB
CMYK
RGB Variations
Color information
#300C57 (or 0x300C57) is known color: Christalle. HEX triplet: 30, 0C and 57. RGB value is (48,12,87). Sum of RGB (Red+Green+Blue) = 48+12+87=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 87 (34.38% from 255 or 59.18% from 147); Max value from RGB is 87 - color contains mainly: blue. Hex color #300C57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300C57 is #CFF3A8. Grayscale: #1F1F1F. Windows color (decimal): -13628329 or 5704752. OLE color: 5704752.
HSL color Cylindrical-coordinate representation of color #300C57: hue angle of 268.8º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #300C57 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 12 | 87 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.66 |
| HSL | 268.8º | 0.76% | 0.19% | - |
| HSV(B) | 268.8º | 0.86% | 0.34% | - |
| XYZ | 3.07 | 1.58 | 9.16 | - |
| YUV | 31.31 | 159.43 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 87 | 0.45 | 0.86 | 0 | 0.66 | 268.8 | 0.76 | 0.19 |
| Hex | 30 | C | 57 | 2D | 56 | 0 | 42 | 10D | 4C | 13 |
| Octal | 60 | 14 | 127 | 55 | 126 | 0 | 102 | 415 | 114 | 23 |
| Binary | 110000 | 1100 | 1010111 | 101101 | 1010110 | 0 | 1000010 | 100001101 | 1001100 | 10011 |
Color Harmonies of #300C57
Complementary color
Monochromatic Colors of #300C57
Black with #300C57
Text Example
Text Example
White with #300C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C57; }
p { color: rgb(48,12,87); }
H1.HeaderClassName
{
color: #300C57;
}
.AnyTagClassName
{
color: #300C57;
}
</style>
background-color css
<style>
a { background-color: #300C57; }
a { background-color: rgb(48,12,87); }
div.DivClassName
{
background-color: #300C57;
}
.BgClassName
{
background-color: #300C57;
}
</style>
border-color css
<style>
span { border-color: #300C57; }
span { border-color: rgb(48,12,87); }
td.TdClassName
{
border-color: #300C57;
}
.TagClassName
{
border-color: #300C57;
}
</style>