Shades of Christalle #300962
Tints of Christalle #300962
RGB
CMYK
RGB Variations
Color information
#300962 (or 0x300962) is known color: Christalle. HEX triplet: 30, 09 and 62. RGB value is (48,9,98). Sum of RGB (Red+Green+Blue) = 48+9+98=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #300962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300962 is #CFF69D. Grayscale: #1E1E1E. Windows color (decimal): -13629086 or 6424880. OLE color: 6424880.
HSL color Cylindrical-coordinate representation of color #300962: hue angle of 266.29º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #300962 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 9 | 98 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.62 |
| HSL | 266.29º | 0.83% | 0.21% | - |
| HSV(B) | 266.29º | 0.91% | 0.38% | - |
| XYZ | 3.52 | 1.71 | 11.7 | - |
| YUV | 30.81 | 165.92 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 98 | 0.51 | 0.91 | 0 | 0.62 | 266.29 | 0.83 | 0.21 |
| Hex | 30 | 9 | 62 | 33 | 5B | 0 | 3E | 10A | 53 | 15 |
| Octal | 60 | 11 | 142 | 63 | 133 | 0 | 76 | 412 | 123 | 25 |
| Binary | 110000 | 1001 | 1100010 | 110011 | 1011011 | 0 | 111110 | 100001010 | 1010011 | 10101 |
Color Harmonies of #300962
Complementary color
Monochromatic Colors of #300962
Black with #300962
Text Example
Text Example
White with #300962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300962; }
p { color: rgb(48,9,98); }
H1.HeaderClassName
{
color: #300962;
}
.AnyTagClassName
{
color: #300962;
}
</style>
background-color css
<style>
a { background-color: #300962; }
a { background-color: rgb(48,9,98); }
div.DivClassName
{
background-color: #300962;
}
.BgClassName
{
background-color: #300962;
}
</style>
border-color css
<style>
span { border-color: #300962; }
span { border-color: rgb(48,9,98); }
td.TdClassName
{
border-color: #300962;
}
.TagClassName
{
border-color: #300962;
}
</style>