Shades of Christalle #301B56
Tints of Christalle #301B56
RGB
CMYK
RGB Variations
Color information
#301B56 (or 0x301B56) is known color: Christalle. HEX triplet: 30, 1B and 56. RGB value is (48,27,86). Sum of RGB (Red+Green+Blue) = 48+27+86=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #301B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301B56 is #CFE4A9. Grayscale: #272727. Windows color (decimal): -13624490 or 5643056. OLE color: 5643056.
HSL color Cylindrical-coordinate representation of color #301B56: hue angle of 261.36º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #301B56 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 27 | 86 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.66 |
| HSL | 261.36º | 0.52% | 0.22% | - |
| HSV(B) | 261.36º | 0.69% | 0.34% | - |
| XYZ | 3.29 | 2.08 | 9.03 | - |
| YUV | 40.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 86 | 0.44 | 0.69 | 0 | 0.66 | 261.36 | 0.52 | 0.22 |
| Hex | 30 | 1B | 56 | 2C | 45 | 0 | 42 | 105 | 34 | 16 |
| Octal | 60 | 33 | 126 | 54 | 105 | 0 | 102 | 405 | 64 | 26 |
| Binary | 110000 | 11011 | 1010110 | 101100 | 1000101 | 0 | 1000010 | 100000101 | 110100 | 10110 |
Color Harmonies of #301B56
Complementary color
Monochromatic Colors of #301B56
Black with #301B56
Text Example
Text Example
White with #301B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301B56; }
p { color: rgb(48,27,86); }
H1.HeaderClassName
{
color: #301B56;
}
.AnyTagClassName
{
color: #301B56;
}
</style>
background-color css
<style>
a { background-color: #301B56; }
a { background-color: rgb(48,27,86); }
div.DivClassName
{
background-color: #301B56;
}
.BgClassName
{
background-color: #301B56;
}
</style>
border-color css
<style>
span { border-color: #301B56; }
span { border-color: rgb(48,27,86); }
td.TdClassName
{
border-color: #301B56;
}
.TagClassName
{
border-color: #301B56;
}
</style>