Shades of Christalle #30125C
Tints of Christalle #30125C
RGB
CMYK
RGB Variations
Color information
#30125C (or 0x30125C) is known color: Christalle. HEX triplet: 30, 12 and 5C. RGB value is (48,18,92). Sum of RGB (Red+Green+Blue) = 48+18+92=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #30125C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30125C is #CFEDA3. Grayscale: #232323. Windows color (decimal): -13626788 or 6033968. OLE color: 6033968.
HSL color Cylindrical-coordinate representation of color #30125C: hue angle of 264.32º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30125C is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 18 | 92 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.64 |
| HSL | 264.32º | 0.67% | 0.22% | - |
| HSV(B) | 264.32º | 0.8% | 0.36% | - |
| XYZ | 3.37 | 1.83 | 10.3 | - |
| YUV | 35.41 | 159.94 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 18 | 92 | 0.48 | 0.80 | 0 | 0.64 | 264.32 | 0.67 | 0.22 |
| Hex | 30 | 12 | 5C | 30 | 50 | 0 | 40 | 108 | 43 | 16 |
| Octal | 60 | 22 | 134 | 60 | 120 | 0 | 100 | 410 | 103 | 26 |
| Binary | 110000 | 10010 | 1011100 | 110000 | 1010000 | 0 | 1000000 | 100001000 | 1000011 | 10110 |
Color Harmonies of #30125C
Complementary color
Monochromatic Colors of #30125C
Black with #30125C
Text Example
Text Example
White with #30125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30125C; }
p { color: rgb(48,18,92); }
H1.HeaderClassName
{
color: #30125C;
}
.AnyTagClassName
{
color: #30125C;
}
</style>
background-color css
<style>
a { background-color: #30125C; }
a { background-color: rgb(48,18,92); }
div.DivClassName
{
background-color: #30125C;
}
.BgClassName
{
background-color: #30125C;
}
</style>
border-color css
<style>
span { border-color: #30125C; }
span { border-color: rgb(48,18,92); }
td.TdClassName
{
border-color: #30125C;
}
.TagClassName
{
border-color: #30125C;
}
</style>