Shades of Christalle #30165F
Tints of Christalle #30165F
RGB
CMYK
RGB Variations
Color information
#30165F (or 0x30165F) is known color: Christalle. HEX triplet: 30, 16 and 5F. RGB value is (48,22,95). Sum of RGB (Red+Green+Blue) = 48+22+95=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #30165F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30165F is #CFE9A0. Grayscale: #252525. Windows color (decimal): -13625761 or 6231600. OLE color: 6231600.
HSL color Cylindrical-coordinate representation of color #30165F: hue angle of 261.37º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30165F is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 22 | 95 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.63 |
| HSL | 261.37º | 0.62% | 0.23% | - |
| HSV(B) | 261.37º | 0.77% | 0.37% | - |
| XYZ | 3.57 | 2.03 | 11.03 | - |
| YUV | 38.1 | 160.11 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 95 | 0.49 | 0.77 | 0 | 0.63 | 261.37 | 0.62 | 0.23 |
| Hex | 30 | 16 | 5F | 31 | 4D | 0 | 3F | 105 | 3E | 17 |
| Octal | 60 | 26 | 137 | 61 | 115 | 0 | 77 | 405 | 76 | 27 |
| Binary | 110000 | 10110 | 1011111 | 110001 | 1001101 | 0 | 111111 | 100000101 | 111110 | 10111 |
Color Harmonies of #30165F
Complementary color
Monochromatic Colors of #30165F
Black with #30165F
Text Example
Text Example
White with #30165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30165F; }
p { color: rgb(48,22,95); }
H1.HeaderClassName
{
color: #30165F;
}
.AnyTagClassName
{
color: #30165F;
}
</style>
background-color css
<style>
a { background-color: #30165F; }
a { background-color: rgb(48,22,95); }
div.DivClassName
{
background-color: #30165F;
}
.BgClassName
{
background-color: #30165F;
}
</style>
border-color css
<style>
span { border-color: #30165F; }
span { border-color: rgb(48,22,95); }
td.TdClassName
{
border-color: #30165F;
}
.TagClassName
{
border-color: #30165F;
}
</style>