Shades of Christalle #30165B
Tints of Christalle #30165B
RGB
CMYK
RGB Variations
Color information
#30165B (or 0x30165B) is known color: Christalle. HEX triplet: 30, 16 and 5B. RGB value is (48,22,91). Sum of RGB (Red+Green+Blue) = 48+22+91=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #30165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30165B is #CFE9A4. Grayscale: #252525. Windows color (decimal): -13625765 or 5969456. OLE color: 5969456.
HSL color Cylindrical-coordinate representation of color #30165B: hue angle of 262.61º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30165B is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 22 | 91 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.64 |
| HSL | 262.61º | 0.61% | 0.22% | - |
| HSV(B) | 262.61º | 0.76% | 0.36% | - |
| XYZ | 3.39 | 1.96 | 10.1 | - |
| YUV | 37.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 91 | 0.47 | 0.76 | 0 | 0.64 | 262.61 | 0.61 | 0.22 |
| Hex | 30 | 16 | 5B | 2F | 4C | 0 | 40 | 107 | 3D | 16 |
| Octal | 60 | 26 | 133 | 57 | 114 | 0 | 100 | 407 | 75 | 26 |
| Binary | 110000 | 10110 | 1011011 | 101111 | 1001100 | 0 | 1000000 | 100000111 | 111101 | 10110 |
Color Harmonies of #30165B
Complementary color
Monochromatic Colors of #30165B
Black with #30165B
Text Example
Text Example
White with #30165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30165B; }
p { color: rgb(48,22,91); }
H1.HeaderClassName
{
color: #30165B;
}
.AnyTagClassName
{
color: #30165B;
}
</style>
background-color css
<style>
a { background-color: #30165B; }
a { background-color: rgb(48,22,91); }
div.DivClassName
{
background-color: #30165B;
}
.BgClassName
{
background-color: #30165B;
}
</style>
border-color css
<style>
span { border-color: #30165B; }
span { border-color: rgb(48,22,91); }
td.TdClassName
{
border-color: #30165B;
}
.TagClassName
{
border-color: #30165B;
}
</style>