Shades of Christalle #30025E
Tints of Christalle #30025E
RGB
CMYK
RGB Variations
Color information
#30025E (or 0x30025E) is known color: Christalle. HEX triplet: 30, 02 and 5E. RGB value is (48,2,94). Sum of RGB (Red+Green+Blue) = 48+2+94=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 94 (37.11% from 255 or 65.28% from 144); Max value from RGB is 94 - color contains mainly: blue. Hex color #30025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30025E is #CFFDA1. Grayscale: #191919. Windows color (decimal): -13630882 or 6160944. OLE color: 6160944.
HSL color Cylindrical-coordinate representation of color #30025E: hue angle of 270º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30025E is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 2 | 94 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.63 |
| HSL | 270º | 0.96% | 0.19% | - |
| HSV(B) | 270º | 0.98% | 0.37% | - |
| XYZ | 3.26 | 1.48 | 10.7 | - |
| YUV | 26.24 | 166.24 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 94 | 0.49 | 0.98 | 0 | 0.63 | 270 | 0.96 | 0.19 |
| Hex | 30 | 2 | 5E | 31 | 62 | 0 | 3F | 10E | 60 | 13 |
| Octal | 60 | 2 | 136 | 61 | 142 | 0 | 77 | 416 | 140 | 23 |
| Binary | 110000 | 10 | 1011110 | 110001 | 1100010 | 0 | 111111 | 100001110 | 1100000 | 10011 |
Color Harmonies of #30025E
Complementary color
Monochromatic Colors of #30025E
Black with #30025E
Text Example
Text Example
White with #30025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30025E; }
p { color: rgb(48,2,94); }
H1.HeaderClassName
{
color: #30025E;
}
.AnyTagClassName
{
color: #30025E;
}
</style>
background-color css
<style>
a { background-color: #30025E; }
a { background-color: rgb(48,2,94); }
div.DivClassName
{
background-color: #30025E;
}
.BgClassName
{
background-color: #30025E;
}
</style>
border-color css
<style>
span { border-color: #30025E; }
span { border-color: rgb(48,2,94); }
td.TdClassName
{
border-color: #30025E;
}
.TagClassName
{
border-color: #30025E;
}
</style>