Shades of Christalle #30155F
Tints of Christalle #30155F
RGB
CMYK
RGB Variations
Color information
#30155F (or 0x30155F) is known color: Christalle. HEX triplet: 30, 15 and 5F. RGB value is (48,21,95). Sum of RGB (Red+Green+Blue) = 48+21+95=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 95 (37.5% from 255 or 57.93% from 164); Max value from RGB is 95 - color contains mainly: blue. Hex color #30155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30155F is #CFEAA0. Grayscale: #252525. Windows color (decimal): -13626017 or 6231344. OLE color: 6231344.
HSL color Cylindrical-coordinate representation of color #30155F: hue angle of 261.89º degrees, saturation: 0.64, 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 #30155F is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 21 | 95 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.63 |
| HSL | 261.89º | 0.64% | 0.23% | - |
| HSV(B) | 261.89º | 0.78% | 0.37% | - |
| XYZ | 3.55 | 1.99 | 11.02 | - |
| YUV | 37.51 | 160.45 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 21 | 95 | 0.49 | 0.78 | 0 | 0.63 | 261.89 | 0.64 | 0.23 |
| Hex | 30 | 15 | 5F | 31 | 4E | 0 | 3F | 106 | 40 | 17 |
| Octal | 60 | 25 | 137 | 61 | 116 | 0 | 77 | 406 | 100 | 27 |
| Binary | 110000 | 10101 | 1011111 | 110001 | 1001110 | 0 | 111111 | 100000110 | 1000000 | 10111 |
Color Harmonies of #30155F
Complementary color
Monochromatic Colors of #30155F
Black with #30155F
Text Example
Text Example
White with #30155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30155F; }
p { color: rgb(48,21,95); }
H1.HeaderClassName
{
color: #30155F;
}
.AnyTagClassName
{
color: #30155F;
}
</style>
background-color css
<style>
a { background-color: #30155F; }
a { background-color: rgb(48,21,95); }
div.DivClassName
{
background-color: #30155F;
}
.BgClassName
{
background-color: #30155F;
}
</style>
border-color css
<style>
span { border-color: #30155F; }
span { border-color: rgb(48,21,95); }
td.TdClassName
{
border-color: #30155F;
}
.TagClassName
{
border-color: #30155F;
}
</style>