Shades of Christalle #301555
Tints of Christalle #301555
RGB
CMYK
RGB Variations
Color information
#301555 (or 0x301555) is known color: Christalle. HEX triplet: 30, 15 and 55. RGB value is (48,21,85). Sum of RGB (Red+Green+Blue) = 48+21+85=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #301555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301555 is #CFEAAA. Grayscale: #242424. Windows color (decimal): -13626027 or 5575984. OLE color: 5575984.
HSL color Cylindrical-coordinate representation of color #301555: hue angle of 265.31º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #301555 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 21 | 85 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.67 |
| HSL | 265.31º | 0.6% | 0.21% | - |
| HSV(B) | 265.31º | 0.75% | 0.33% | - |
| XYZ | 3.13 | 1.82 | 8.78 | - |
| YUV | 36.37 | 155.45 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 21 | 85 | 0.44 | 0.75 | 0 | 0.67 | 265.31 | 0.6 | 0.21 |
| Hex | 30 | 15 | 55 | 2C | 4B | 0 | 43 | 109 | 3C | 15 |
| Octal | 60 | 25 | 125 | 54 | 113 | 0 | 103 | 411 | 74 | 25 |
| Binary | 110000 | 10101 | 1010101 | 101100 | 1001011 | 0 | 1000011 | 100001001 | 111100 | 10101 |
Color Harmonies of #301555
Complementary color
Monochromatic Colors of #301555
Black with #301555
Text Example
Text Example
White with #301555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301555; }
p { color: rgb(48,21,85); }
H1.HeaderClassName
{
color: #301555;
}
.AnyTagClassName
{
color: #301555;
}
</style>
background-color css
<style>
a { background-color: #301555; }
a { background-color: rgb(48,21,85); }
div.DivClassName
{
background-color: #301555;
}
.BgClassName
{
background-color: #301555;
}
</style>
border-color css
<style>
span { border-color: #301555; }
span { border-color: rgb(48,21,85); }
td.TdClassName
{
border-color: #301555;
}
.TagClassName
{
border-color: #301555;
}
</style>