Shades of Christalle #301B58
Tints of Christalle #301B58
RGB
CMYK
RGB Variations
Color information
#301B58 (or 0x301B58) is known color: Christalle. HEX triplet: 30, 1B and 58. RGB value is (48,27,88). Sum of RGB (Red+Green+Blue) = 48+27+88=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #301B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301B58 is #CFE4A7. Grayscale: #282828. Windows color (decimal): -13624488 or 5774128. OLE color: 5774128.
HSL color Cylindrical-coordinate representation of color #301B58: hue angle of 260.66º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #301B58 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 27 | 88 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.65 |
| HSL | 260.66º | 0.53% | 0.23% | - |
| HSV(B) | 260.66º | 0.69% | 0.35% | - |
| XYZ | 3.37 | 2.12 | 9.46 | - |
| YUV | 40.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 88 | 0.45 | 0.69 | 0 | 0.65 | 260.66 | 0.53 | 0.23 |
| Hex | 30 | 1B | 58 | 2D | 45 | 0 | 41 | 105 | 35 | 17 |
| Octal | 60 | 33 | 130 | 55 | 105 | 0 | 101 | 405 | 65 | 27 |
| Binary | 110000 | 11011 | 1011000 | 101101 | 1000101 | 0 | 1000001 | 100000101 | 110101 | 10111 |
Color Harmonies of #301B58
Complementary color
Monochromatic Colors of #301B58
Black with #301B58
Text Example
Text Example
White with #301B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301B58; }
p { color: rgb(48,27,88); }
H1.HeaderClassName
{
color: #301B58;
}
.AnyTagClassName
{
color: #301B58;
}
</style>
background-color css
<style>
a { background-color: #301B58; }
a { background-color: rgb(48,27,88); }
div.DivClassName
{
background-color: #301B58;
}
.BgClassName
{
background-color: #301B58;
}
</style>
border-color css
<style>
span { border-color: #301B58; }
span { border-color: rgb(48,27,88); }
td.TdClassName
{
border-color: #301B58;
}
.TagClassName
{
border-color: #301B58;
}
</style>