Shades of Christalle #301D5D
Tints of Christalle #301D5D
RGB
CMYK
RGB Variations
Color information
#301D5D (or 0x301D5D) is known color: Christalle. HEX triplet: 30, 1D and 5D. RGB value is (48,29,93). Sum of RGB (Red+Green+Blue) = 48+29+93=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #301D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301D5D is #CFE2A2. Grayscale: #292929. Windows color (decimal): -13623971 or 6102320. OLE color: 6102320.
HSL color Cylindrical-coordinate representation of color #301D5D: hue angle of 257.81º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #301D5D is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 29 | 93 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.64 |
| HSL | 257.81º | 0.52% | 0.24% | - |
| HSV(B) | 257.81º | 0.69% | 0.36% | - |
| XYZ | 3.63 | 2.3 | 10.61 | - |
| YUV | 41.98 | 156.79 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 93 | 0.48 | 0.69 | 0 | 0.64 | 257.81 | 0.52 | 0.24 |
| Hex | 30 | 1D | 5D | 30 | 45 | 0 | 40 | 102 | 34 | 18 |
| Octal | 60 | 35 | 135 | 60 | 105 | 0 | 100 | 402 | 64 | 30 |
| Binary | 110000 | 11101 | 1011101 | 110000 | 1000101 | 0 | 1000000 | 100000010 | 110100 | 11000 |
Color Harmonies of #301D5D
Complementary color
Monochromatic Colors of #301D5D
Black with #301D5D
Text Example
Text Example
White with #301D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D5D; }
p { color: rgb(48,29,93); }
H1.HeaderClassName
{
color: #301D5D;
}
.AnyTagClassName
{
color: #301D5D;
}
</style>
background-color css
<style>
a { background-color: #301D5D; }
a { background-color: rgb(48,29,93); }
div.DivClassName
{
background-color: #301D5D;
}
.BgClassName
{
background-color: #301D5D;
}
</style>
border-color css
<style>
span { border-color: #301D5D; }
span { border-color: rgb(48,29,93); }
td.TdClassName
{
border-color: #301D5D;
}
.TagClassName
{
border-color: #301D5D;
}
</style>