Shades of Christalle #301663
Tints of Christalle #301663
RGB
CMYK
RGB Variations
Color information
#301663 (or 0x301663) is known color: Christalle. HEX triplet: 30, 16 and 63. RGB value is (48,22,99). Sum of RGB (Red+Green+Blue) = 48+22+99=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #301663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301663 is #CFE99C. Grayscale: #262626. Windows color (decimal): -13625757 or 6493744. OLE color: 6493744.
HSL color Cylindrical-coordinate representation of color #301663: hue angle of 260.26º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #301663 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 22 | 99 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.61 |
| HSL | 260.26º | 0.64% | 0.24% | - |
| HSV(B) | 260.26º | 0.78% | 0.39% | - |
| XYZ | 3.76 | 2.1 | 12.01 | - |
| YUV | 38.55 | 162.11 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 99 | 0.52 | 0.78 | 0 | 0.61 | 260.26 | 0.64 | 0.24 |
| Hex | 30 | 16 | 63 | 34 | 4E | 0 | 3D | 104 | 40 | 18 |
| Octal | 60 | 26 | 143 | 64 | 116 | 0 | 75 | 404 | 100 | 30 |
| Binary | 110000 | 10110 | 1100011 | 110100 | 1001110 | 0 | 111101 | 100000100 | 1000000 | 11000 |
Color Harmonies of #301663
Complementary color
Monochromatic Colors of #301663
Black with #301663
Text Example
Text Example
White with #301663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301663; }
p { color: rgb(48,22,99); }
H1.HeaderClassName
{
color: #301663;
}
.AnyTagClassName
{
color: #301663;
}
</style>
background-color css
<style>
a { background-color: #301663; }
a { background-color: rgb(48,22,99); }
div.DivClassName
{
background-color: #301663;
}
.BgClassName
{
background-color: #301663;
}
</style>
border-color css
<style>
span { border-color: #301663; }
span { border-color: rgb(48,22,99); }
td.TdClassName
{
border-color: #301663;
}
.TagClassName
{
border-color: #301663;
}
</style>