Shades of Christalle #30145B
Tints of Christalle #30145B
RGB
CMYK
RGB Variations
Color information
#30145B (or 0x30145B) is known color: Christalle. HEX triplet: 30, 14 and 5B. RGB value is (48,20,91). Sum of RGB (Red+Green+Blue) = 48+20+91=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #30145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30145B is #CFEBA4. Grayscale: #242424. Windows color (decimal): -13626277 or 5968944. OLE color: 5968944.
HSL color Cylindrical-coordinate representation of color #30145B: hue angle of 263.66º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30145B is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 20 | 91 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.64 |
| HSL | 263.66º | 0.64% | 0.22% | - |
| HSV(B) | 263.66º | 0.78% | 0.36% | - |
| XYZ | 3.36 | 1.88 | 10.08 | - |
| YUV | 36.47 | 158.78 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 20 | 91 | 0.47 | 0.78 | 0 | 0.64 | 263.66 | 0.64 | 0.22 |
| Hex | 30 | 14 | 5B | 2F | 4E | 0 | 40 | 108 | 40 | 16 |
| Octal | 60 | 24 | 133 | 57 | 116 | 0 | 100 | 410 | 100 | 26 |
| Binary | 110000 | 10100 | 1011011 | 101111 | 1001110 | 0 | 1000000 | 100001000 | 1000000 | 10110 |
Color Harmonies of #30145B
Complementary color
Monochromatic Colors of #30145B
Black with #30145B
Text Example
Text Example
White with #30145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30145B; }
p { color: rgb(48,20,91); }
H1.HeaderClassName
{
color: #30145B;
}
.AnyTagClassName
{
color: #30145B;
}
</style>
background-color css
<style>
a { background-color: #30145B; }
a { background-color: rgb(48,20,91); }
div.DivClassName
{
background-color: #30145B;
}
.BgClassName
{
background-color: #30145B;
}
</style>
border-color css
<style>
span { border-color: #30145B; }
span { border-color: rgb(48,20,91); }
td.TdClassName
{
border-color: #30145B;
}
.TagClassName
{
border-color: #30145B;
}
</style>