Shades of Christalle #30025A
Tints of Christalle #30025A
RGB
CMYK
RGB Variations
Color information
#30025A (or 0x30025A) is known color: Christalle. HEX triplet: 30, 02 and 5A. RGB value is (48,2,90). Sum of RGB (Red+Green+Blue) = 48+2+90=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 90 (35.55% from 255 or 64.29% from 140); Max value from RGB is 90 - color contains mainly: blue. Hex color #30025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30025A is #CFFDA5. Grayscale: #191919. Windows color (decimal): -13630886 or 5898800. OLE color: 5898800.
HSL color Cylindrical-coordinate representation of color #30025A: hue angle of 271.36º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30025A is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 2 | 90 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.65 |
| HSL | 271.36º | 0.96% | 0.18% | - |
| HSV(B) | 271.36º | 0.98% | 0.35% | - |
| XYZ | 3.09 | 1.41 | 9.78 | - |
| YUV | 25.79 | 164.24 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 90 | 0.47 | 0.98 | 0 | 0.65 | 271.36 | 0.96 | 0.18 |
| Hex | 30 | 2 | 5A | 2F | 62 | 0 | 41 | 10F | 60 | 12 |
| Octal | 60 | 2 | 132 | 57 | 142 | 0 | 101 | 417 | 140 | 22 |
| Binary | 110000 | 10 | 1011010 | 101111 | 1100010 | 0 | 1000001 | 100001111 | 1100000 | 10010 |
Color Harmonies of #30025A
Complementary color
Monochromatic Colors of #30025A
Black with #30025A
Text Example
Text Example
White with #30025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30025A; }
p { color: rgb(48,2,90); }
H1.HeaderClassName
{
color: #30025A;
}
.AnyTagClassName
{
color: #30025A;
}
</style>
background-color css
<style>
a { background-color: #30025A; }
a { background-color: rgb(48,2,90); }
div.DivClassName
{
background-color: #30025A;
}
.BgClassName
{
background-color: #30025A;
}
</style>
border-color css
<style>
span { border-color: #30025A; }
span { border-color: rgb(48,2,90); }
td.TdClassName
{
border-color: #30025A;
}
.TagClassName
{
border-color: #30025A;
}
</style>