Shades of Christalle #301266
Tints of Christalle #301266
RGB
CMYK
RGB Variations
Color information
#301266 (or 0x301266) is known color: Christalle. HEX triplet: 30, 12 and 66. RGB value is (48,18,102). Sum of RGB (Red+Green+Blue) = 48+18+102=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 102 (40.23% from 255 or 60.71% from 168); Max value from RGB is 102 - color contains mainly: blue. Hex color #301266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301266 is #CFED99. Grayscale: #242424. Windows color (decimal): -13626778 or 6689328. OLE color: 6689328.
HSL color Cylindrical-coordinate representation of color #301266: hue angle of 261.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #301266 is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 18 | 102 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.6 |
| HSL | 261.43º | 0.7% | 0.24% | - |
| HSV(B) | 261.43º | 0.82% | 0.4% | - |
| XYZ | 3.83 | 2.02 | 12.76 | - |
| YUV | 36.55 | 164.94 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 18 | 102 | 0.53 | 0.82 | 0 | 0.6 | 261.43 | 0.7 | 0.24 |
| Hex | 30 | 12 | 66 | 35 | 52 | 0 | 3C | 105 | 46 | 18 |
| Octal | 60 | 22 | 146 | 65 | 122 | 0 | 74 | 405 | 106 | 30 |
| Binary | 110000 | 10010 | 1100110 | 110101 | 1010010 | 0 | 111100 | 100000101 | 1000110 | 11000 |
Color Harmonies of #301266
Complementary color
Monochromatic Colors of #301266
Black with #301266
Text Example
Text Example
White with #301266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301266; }
p { color: rgb(48,18,102); }
H1.HeaderClassName
{
color: #301266;
}
.AnyTagClassName
{
color: #301266;
}
</style>
background-color css
<style>
a { background-color: #301266; }
a { background-color: rgb(48,18,102); }
div.DivClassName
{
background-color: #301266;
}
.BgClassName
{
background-color: #301266;
}
</style>
border-color css
<style>
span { border-color: #301266; }
span { border-color: rgb(48,18,102); }
td.TdClassName
{
border-color: #301266;
}
.TagClassName
{
border-color: #301266;
}
</style>