Shades of Christalle #300C54
Tints of Christalle #300C54
RGB
CMYK
RGB Variations
Color information
#300C54 (or 0x300C54) is known color: Christalle. HEX triplet: 30, 0C and 54. RGB value is (48,12,84). Sum of RGB (Red+Green+Blue) = 48+12+84=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 84 (33.20% from 255 or 58.33% from 144); Max value from RGB is 84 - color contains mainly: blue. Hex color #300C54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300C54 is #CFF3AB. Grayscale: #1E1E1E. Windows color (decimal): -13628332 or 5508144. OLE color: 5508144.
HSL color Cylindrical-coordinate representation of color #300C54: hue angle of 270º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #300C54 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 12 | 84 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.67 |
| HSL | 270º | 0.75% | 0.19% | - |
| HSV(B) | 270º | 0.86% | 0.33% | - |
| XYZ | 2.95 | 1.53 | 8.53 | - |
| YUV | 30.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 84 | 0.43 | 0.86 | 0 | 0.67 | 270 | 0.75 | 0.19 |
| Hex | 30 | C | 54 | 2B | 56 | 0 | 43 | 10E | 4B | 13 |
| Octal | 60 | 14 | 124 | 53 | 126 | 0 | 103 | 416 | 113 | 23 |
| Binary | 110000 | 1100 | 1010100 | 101011 | 1010110 | 0 | 1000011 | 100001110 | 1001011 | 10011 |
Color Harmonies of #300C54
Complementary color
Monochromatic Colors of #300C54
Black with #300C54
Text Example
Text Example
White with #300C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C54; }
p { color: rgb(48,12,84); }
H1.HeaderClassName
{
color: #300C54;
}
.AnyTagClassName
{
color: #300C54;
}
</style>
background-color css
<style>
a { background-color: #300C54; }
a { background-color: rgb(48,12,84); }
div.DivClassName
{
background-color: #300C54;
}
.BgClassName
{
background-color: #300C54;
}
</style>
border-color css
<style>
span { border-color: #300C54; }
span { border-color: rgb(48,12,84); }
td.TdClassName
{
border-color: #300C54;
}
.TagClassName
{
border-color: #300C54;
}
</style>