Shades of Christalle #301862
Tints of Christalle #301862
RGB
CMYK
RGB Variations
Color information
#301862 (or 0x301862) is known color: Christalle. HEX triplet: 30, 18 and 62. RGB value is (48,24,98). Sum of RGB (Red+Green+Blue) = 48+24+98=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #301862 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301862 is #CFE79D. Grayscale: #272727. Windows color (decimal): -13625246 or 6428720. OLE color: 6428720.
HSL color Cylindrical-coordinate representation of color #301862: hue angle of 259.46º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #301862 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 24 | 98 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.62 |
| HSL | 259.46º | 0.61% | 0.24% | - |
| HSV(B) | 259.46º | 0.76% | 0.38% | - |
| XYZ | 3.75 | 2.16 | 11.78 | - |
| YUV | 39.61 | 160.95 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 98 | 0.51 | 0.76 | 0 | 0.62 | 259.46 | 0.61 | 0.24 |
| Hex | 30 | 18 | 62 | 33 | 4C | 0 | 3E | 103 | 3D | 18 |
| Octal | 60 | 30 | 142 | 63 | 114 | 0 | 76 | 403 | 75 | 30 |
| Binary | 110000 | 11000 | 1100010 | 110011 | 1001100 | 0 | 111110 | 100000011 | 111101 | 11000 |
Color Harmonies of #301862
Complementary color
Monochromatic Colors of #301862
Black with #301862
Text Example
Text Example
White with #301862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301862; }
p { color: rgb(48,24,98); }
H1.HeaderClassName
{
color: #301862;
}
.AnyTagClassName
{
color: #301862;
}
</style>
background-color css
<style>
a { background-color: #301862; }
a { background-color: rgb(48,24,98); }
div.DivClassName
{
background-color: #301862;
}
.BgClassName
{
background-color: #301862;
}
</style>
border-color css
<style>
span { border-color: #301862; }
span { border-color: rgb(48,24,98); }
td.TdClassName
{
border-color: #301862;
}
.TagClassName
{
border-color: #301862;
}
</style>