Shades of Christalle #30115C
Tints of Christalle #30115C
RGB
CMYK
RGB Variations
Color information
#30115C (or 0x30115C) is known color: Christalle. HEX triplet: 30, 11 and 5C. RGB value is (48,17,92). Sum of RGB (Red+Green+Blue) = 48+17+92=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #30115C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30115C is #CFEEA3. Grayscale: #222222. Windows color (decimal): -13627044 or 6033712. OLE color: 6033712.
HSL color Cylindrical-coordinate representation of color #30115C: hue angle of 264.8º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30115C is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 17 | 92 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.64 |
| HSL | 264.8º | 0.69% | 0.21% | - |
| HSV(B) | 264.8º | 0.82% | 0.36% | - |
| XYZ | 3.35 | 1.8 | 10.3 | - |
| YUV | 34.82 | 160.27 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 92 | 0.48 | 0.82 | 0 | 0.64 | 264.8 | 0.69 | 0.21 |
| Hex | 30 | 11 | 5C | 30 | 52 | 0 | 40 | 109 | 45 | 15 |
| Octal | 60 | 21 | 134 | 60 | 122 | 0 | 100 | 411 | 105 | 25 |
| Binary | 110000 | 10001 | 1011100 | 110000 | 1010010 | 0 | 1000000 | 100001001 | 1000101 | 10101 |
Color Harmonies of #30115C
Complementary color
Monochromatic Colors of #30115C
Black with #30115C
Text Example
Text Example
White with #30115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30115C; }
p { color: rgb(48,17,92); }
H1.HeaderClassName
{
color: #30115C;
}
.AnyTagClassName
{
color: #30115C;
}
</style>
background-color css
<style>
a { background-color: #30115C; }
a { background-color: rgb(48,17,92); }
div.DivClassName
{
background-color: #30115C;
}
.BgClassName
{
background-color: #30115C;
}
</style>
border-color css
<style>
span { border-color: #30115C; }
span { border-color: rgb(48,17,92); }
td.TdClassName
{
border-color: #30115C;
}
.TagClassName
{
border-color: #30115C;
}
</style>