Shades of Christalle #30095B
Tints of Christalle #30095B
RGB
CMYK
RGB Variations
Color information
#30095B (or 0x30095B) is known color: Christalle. HEX triplet: 30, 09 and 5B. RGB value is (48,9,91). Sum of RGB (Red+Green+Blue) = 48+9+91=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #30095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30095B is #CFF6A4. Grayscale: #1D1D1D. Windows color (decimal): -13629093 or 5966128. OLE color: 5966128.
HSL color Cylindrical-coordinate representation of color #30095B: hue angle of 268.54º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30095B is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 9 | 91 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.64 |
| HSL | 268.54º | 0.82% | 0.2% | - |
| HSV(B) | 268.54º | 0.9% | 0.36% | - |
| XYZ | 3.2 | 1.58 | 10.03 | - |
| YUV | 30.01 | 162.42 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 91 | 0.47 | 0.90 | 0 | 0.64 | 268.54 | 0.82 | 0.2 |
| Hex | 30 | 9 | 5B | 2F | 5A | 0 | 40 | 10D | 52 | 14 |
| Octal | 60 | 11 | 133 | 57 | 132 | 0 | 100 | 415 | 122 | 24 |
| Binary | 110000 | 1001 | 1011011 | 101111 | 1011010 | 0 | 1000000 | 100001101 | 1010010 | 10100 |
Color Harmonies of #30095B
Complementary color
Monochromatic Colors of #30095B
Black with #30095B
Text Example
Text Example
White with #30095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30095B; }
p { color: rgb(48,9,91); }
H1.HeaderClassName
{
color: #30095B;
}
.AnyTagClassName
{
color: #30095B;
}
</style>
background-color css
<style>
a { background-color: #30095B; }
a { background-color: rgb(48,9,91); }
div.DivClassName
{
background-color: #30095B;
}
.BgClassName
{
background-color: #30095B;
}
</style>
border-color css
<style>
span { border-color: #30095B; }
span { border-color: rgb(48,9,91); }
td.TdClassName
{
border-color: #30095B;
}
.TagClassName
{
border-color: #30095B;
}
</style>