Shades of Christalle #300C58
Tints of Christalle #300C58
RGB
CMYK
RGB Variations
Color information
#300C58 (or 0x300C58) is known color: Christalle. HEX triplet: 30, 0C and 58. RGB value is (48,12,88). Sum of RGB (Red+Green+Blue) = 48+12+88=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 88 (34.77% from 255 or 59.46% from 148); Max value from RGB is 88 - color contains mainly: blue. Hex color #300C58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300C58 is #CFF3A7. Grayscale: #1F1F1F. Windows color (decimal): -13628328 or 5770288. OLE color: 5770288.
HSL color Cylindrical-coordinate representation of color #300C58: hue angle of 268.42º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #300C58 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 12 | 88 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.65 |
| HSL | 268.42º | 0.76% | 0.2% | - |
| HSV(B) | 268.42º | 0.86% | 0.35% | - |
| XYZ | 3.11 | 1.6 | 9.38 | - |
| YUV | 31.43 | 159.93 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 88 | 0.45 | 0.86 | 0 | 0.65 | 268.42 | 0.76 | 0.2 |
| Hex | 30 | C | 58 | 2D | 56 | 0 | 41 | 10C | 4C | 14 |
| Octal | 60 | 14 | 130 | 55 | 126 | 0 | 101 | 414 | 114 | 24 |
| Binary | 110000 | 1100 | 1011000 | 101101 | 1010110 | 0 | 1000001 | 100001100 | 1001100 | 10100 |
Color Harmonies of #300C58
Complementary color
Monochromatic Colors of #300C58
Black with #300C58
Text Example
Text Example
White with #300C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C58; }
p { color: rgb(48,12,88); }
H1.HeaderClassName
{
color: #300C58;
}
.AnyTagClassName
{
color: #300C58;
}
</style>
background-color css
<style>
a { background-color: #300C58; }
a { background-color: rgb(48,12,88); }
div.DivClassName
{
background-color: #300C58;
}
.BgClassName
{
background-color: #300C58;
}
</style>
border-color css
<style>
span { border-color: #300C58; }
span { border-color: rgb(48,12,88); }
td.TdClassName
{
border-color: #300C58;
}
.TagClassName
{
border-color: #300C58;
}
</style>