Shades of Christalle #301162
Tints of Christalle #301162
RGB
CMYK
RGB Variations
Color information
#301162 (or 0x301162) is known color: Christalle. HEX triplet: 30, 11 and 62. RGB value is (48,17,98). Sum of RGB (Red+Green+Blue) = 48+17+98=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 98 (38.67% from 255 or 60.12% from 163); Max value from RGB is 98 - color contains mainly: blue. Hex color #301162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301162 is #CFEE9D. Grayscale: #232323. Windows color (decimal): -13627038 or 6426928. OLE color: 6426928.
HSL color Cylindrical-coordinate representation of color #301162: hue angle of 262.96º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301162 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 17 | 98 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.62 |
| HSL | 262.96º | 0.7% | 0.23% | - |
| HSV(B) | 262.96º | 0.83% | 0.38% | - |
| XYZ | 3.62 | 1.91 | 11.73 | - |
| YUV | 35.5 | 163.27 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 98 | 0.51 | 0.83 | 0 | 0.62 | 262.96 | 0.7 | 0.23 |
| Hex | 30 | 11 | 62 | 33 | 53 | 0 | 3E | 107 | 46 | 17 |
| Octal | 60 | 21 | 142 | 63 | 123 | 0 | 76 | 407 | 106 | 27 |
| Binary | 110000 | 10001 | 1100010 | 110011 | 1010011 | 0 | 111110 | 100000111 | 1000110 | 10111 |
Color Harmonies of #301162
Complementary color
Monochromatic Colors of #301162
Black with #301162
Text Example
Text Example
White with #301162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301162; }
p { color: rgb(48,17,98); }
H1.HeaderClassName
{
color: #301162;
}
.AnyTagClassName
{
color: #301162;
}
</style>
background-color css
<style>
a { background-color: #301162; }
a { background-color: rgb(48,17,98); }
div.DivClassName
{
background-color: #301162;
}
.BgClassName
{
background-color: #301162;
}
</style>
border-color css
<style>
span { border-color: #301162; }
span { border-color: rgb(48,17,98); }
td.TdClassName
{
border-color: #301162;
}
.TagClassName
{
border-color: #301162;
}
</style>