Shades of Christalle #30035A
Tints of Christalle #30035A
RGB
CMYK
RGB Variations
Color information
#30035A (or 0x30035A) is known color: Christalle. HEX triplet: 30, 03 and 5A. RGB value is (48,3,90). Sum of RGB (Red+Green+Blue) = 48+3+90=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #30035A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30035A is #CFFCA5. Grayscale: #1A1A1A. Windows color (decimal): -13630630 or 5899056. OLE color: 5899056.
HSL color Cylindrical-coordinate representation of color #30035A: hue angle of 271.03º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30035A is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 3 | 90 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.65 |
| HSL | 271.03º | 0.94% | 0.18% | - |
| HSV(B) | 271.03º | 0.97% | 0.35% | - |
| XYZ | 3.1 | 1.43 | 9.79 | - |
| YUV | 26.37 | 163.91 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 90 | 0.47 | 0.97 | 0 | 0.65 | 271.03 | 0.94 | 0.18 |
| Hex | 30 | 3 | 5A | 2F | 61 | 0 | 41 | 10F | 5E | 12 |
| Octal | 60 | 3 | 132 | 57 | 141 | 0 | 101 | 417 | 136 | 22 |
| Binary | 110000 | 11 | 1011010 | 101111 | 1100001 | 0 | 1000001 | 100001111 | 1011110 | 10010 |
Color Harmonies of #30035A
Complementary color
Monochromatic Colors of #30035A
Black with #30035A
Text Example
Text Example
White with #30035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30035A; }
p { color: rgb(48,3,90); }
H1.HeaderClassName
{
color: #30035A;
}
.AnyTagClassName
{
color: #30035A;
}
</style>
background-color css
<style>
a { background-color: #30035A; }
a { background-color: rgb(48,3,90); }
div.DivClassName
{
background-color: #30035A;
}
.BgClassName
{
background-color: #30035A;
}
</style>
border-color css
<style>
span { border-color: #30035A; }
span { border-color: rgb(48,3,90); }
td.TdClassName
{
border-color: #30035A;
}
.TagClassName
{
border-color: #30035A;
}
</style>