Shades of Christalle #30015B
Tints of Christalle #30015B
RGB
CMYK
RGB Variations
Color information
#30015B (or 0x30015B) is known color: Christalle. HEX triplet: 30, 01 and 5B. RGB value is (48,1,91). Sum of RGB (Red+Green+Blue) = 48+1+91=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 91 (35.94% from 255 or 65% from 140); Max value from RGB is 91 - color contains mainly: blue. Hex color #30015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30015B is #CFFEA4. Grayscale: #191919. Windows color (decimal): -13631141 or 5964080. OLE color: 5964080.
HSL color Cylindrical-coordinate representation of color #30015B: hue angle of 271.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30015B is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 1 | 91 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.64 |
| HSL | 271.33º | 0.98% | 0.18% | - |
| HSV(B) | 271.33º | 0.99% | 0.36% | - |
| XYZ | 3.12 | 1.41 | 10 | - |
| YUV | 25.31 | 165.07 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 91 | 0.47 | 0.99 | 0 | 0.64 | 271.33 | 0.98 | 0.18 |
| Hex | 30 | 1 | 5B | 2F | 63 | 0 | 40 | 10F | 62 | 12 |
| Octal | 60 | 1 | 133 | 57 | 143 | 0 | 100 | 417 | 142 | 22 |
| Binary | 110000 | 1 | 1011011 | 101111 | 1100011 | 0 | 1000000 | 100001111 | 1100010 | 10010 |
Color Harmonies of #30015B
Complementary color
Monochromatic Colors of #30015B
Black with #30015B
Text Example
Text Example
White with #30015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30015B; }
p { color: rgb(48,1,91); }
H1.HeaderClassName
{
color: #30015B;
}
.AnyTagClassName
{
color: #30015B;
}
</style>
background-color css
<style>
a { background-color: #30015B; }
a { background-color: rgb(48,1,91); }
div.DivClassName
{
background-color: #30015B;
}
.BgClassName
{
background-color: #30015B;
}
</style>
border-color css
<style>
span { border-color: #30015B; }
span { border-color: rgb(48,1,91); }
td.TdClassName
{
border-color: #30015B;
}
.TagClassName
{
border-color: #30015B;
}
</style>