Shades of Christalle #300D5D
Tints of Christalle #300D5D
RGB
CMYK
RGB Variations
Color information
#300D5D (or 0x300D5D) is known color: Christalle. HEX triplet: 30, 0D and 5D. RGB value is (48,13,93). Sum of RGB (Red+Green+Blue) = 48+13+93=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #300D5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300D5D is #CFF2A2. Grayscale: #202020. Windows color (decimal): -13628067 or 6098224. OLE color: 6098224.
HSL color Cylindrical-coordinate representation of color #300D5D: hue angle of 266.25º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #300D5D is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 13 | 93 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.64 |
| HSL | 266.25º | 0.75% | 0.21% | - |
| HSV(B) | 266.25º | 0.86% | 0.36% | - |
| XYZ | 3.34 | 1.71 | 10.51 | - |
| YUV | 32.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 93 | 0.48 | 0.86 | 0 | 0.64 | 266.25 | 0.75 | 0.21 |
| Hex | 30 | D | 5D | 30 | 56 | 0 | 40 | 10A | 4B | 15 |
| Octal | 60 | 15 | 135 | 60 | 126 | 0 | 100 | 412 | 113 | 25 |
| Binary | 110000 | 1101 | 1011101 | 110000 | 1010110 | 0 | 1000000 | 100001010 | 1001011 | 10101 |
Color Harmonies of #300D5D
Complementary color
Monochromatic Colors of #300D5D
Black with #300D5D
Text Example
Text Example
White with #300D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300D5D; }
p { color: rgb(48,13,93); }
H1.HeaderClassName
{
color: #300D5D;
}
.AnyTagClassName
{
color: #300D5D;
}
</style>
background-color css
<style>
a { background-color: #300D5D; }
a { background-color: rgb(48,13,93); }
div.DivClassName
{
background-color: #300D5D;
}
.BgClassName
{
background-color: #300D5D;
}
</style>
border-color css
<style>
span { border-color: #300D5D; }
span { border-color: rgb(48,13,93); }
td.TdClassName
{
border-color: #300D5D;
}
.TagClassName
{
border-color: #300D5D;
}
</style>