Shades of Christalle #301666
Tints of Christalle #301666
RGB
CMYK
RGB Variations
Color information
#301666 (or 0x301666) is known color: Christalle. HEX triplet: 30, 16 and 66. RGB value is (48,22,102). Sum of RGB (Red+Green+Blue) = 48+22+102=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #301666 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301666 is #CFE999. Grayscale: #262626. Windows color (decimal): -13625754 or 6690352. OLE color: 6690352.
HSL color Cylindrical-coordinate representation of color #301666: hue angle of 259.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #301666 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 22 | 102 | - |
| CMYK | 0.53 | 0.78 | 0 | 0.6 |
| HSL | 259.5º | 0.65% | 0.24% | - |
| HSV(B) | 259.5º | 0.78% | 0.4% | - |
| XYZ | 3.9 | 2.16 | 12.78 | - |
| YUV | 38.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 102 | 0.53 | 0.78 | 0 | 0.6 | 259.5 | 0.65 | 0.24 |
| Hex | 30 | 16 | 66 | 35 | 4E | 0 | 3C | 104 | 41 | 18 |
| Octal | 60 | 26 | 146 | 65 | 116 | 0 | 74 | 404 | 101 | 30 |
| Binary | 110000 | 10110 | 1100110 | 110101 | 1001110 | 0 | 111100 | 100000100 | 1000001 | 11000 |
Color Harmonies of #301666
Complementary color
Monochromatic Colors of #301666
Black with #301666
Text Example
Text Example
White with #301666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301666; }
p { color: rgb(48,22,102); }
H1.HeaderClassName
{
color: #301666;
}
.AnyTagClassName
{
color: #301666;
}
</style>
background-color css
<style>
a { background-color: #301666; }
a { background-color: rgb(48,22,102); }
div.DivClassName
{
background-color: #301666;
}
.BgClassName
{
background-color: #301666;
}
</style>
border-color css
<style>
span { border-color: #301666; }
span { border-color: rgb(48,22,102); }
td.TdClassName
{
border-color: #301666;
}
.TagClassName
{
border-color: #301666;
}
</style>