Shades of Christalle #30155E
Tints of Christalle #30155E
RGB
CMYK
RGB Variations
Color information
#30155E (or 0x30155E) is known color: Christalle. HEX triplet: 30, 15 and 5E. RGB value is (48,21,94). Sum of RGB (Red+Green+Blue) = 48+21+94=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #30155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30155E is #CFEAA1. Grayscale: #252525. Windows color (decimal): -13626018 or 6165808. OLE color: 6165808.
HSL color Cylindrical-coordinate representation of color #30155E: hue angle of 262.19º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30155E is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 21 | 94 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.63 |
| HSL | 262.19º | 0.63% | 0.23% | - |
| HSV(B) | 262.19º | 0.78% | 0.37% | - |
| XYZ | 3.51 | 1.97 | 10.79 | - |
| YUV | 37.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 21 | 94 | 0.49 | 0.78 | 0 | 0.63 | 262.19 | 0.63 | 0.23 |
| Hex | 30 | 15 | 5E | 31 | 4E | 0 | 3F | 106 | 3F | 17 |
| Octal | 60 | 25 | 136 | 61 | 116 | 0 | 77 | 406 | 77 | 27 |
| Binary | 110000 | 10101 | 1011110 | 110001 | 1001110 | 0 | 111111 | 100000110 | 111111 | 10111 |
Color Harmonies of #30155E
Complementary color
Monochromatic Colors of #30155E
Black with #30155E
Text Example
Text Example
White with #30155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30155E; }
p { color: rgb(48,21,94); }
H1.HeaderClassName
{
color: #30155E;
}
.AnyTagClassName
{
color: #30155E;
}
</style>
background-color css
<style>
a { background-color: #30155E; }
a { background-color: rgb(48,21,94); }
div.DivClassName
{
background-color: #30155E;
}
.BgClassName
{
background-color: #30155E;
}
</style>
border-color css
<style>
span { border-color: #30155E; }
span { border-color: rgb(48,21,94); }
td.TdClassName
{
border-color: #30155E;
}
.TagClassName
{
border-color: #30155E;
}
</style>