Shades of Christalle #30075A
Tints of Christalle #30075A
RGB
CMYK
RGB Variations
Color information
#30075A (or 0x30075A) is known color: Christalle. HEX triplet: 30, 07 and 5A. RGB value is (48,7,90). Sum of RGB (Red+Green+Blue) = 48+7+90=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #30075A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30075A is #CFF8A5. Grayscale: #1C1C1C. Windows color (decimal): -13629606 or 5900080. OLE color: 5900080.
HSL color Cylindrical-coordinate representation of color #30075A: hue angle of 269.64º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30075A is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 7 | 90 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.65 |
| HSL | 269.64º | 0.86% | 0.19% | - |
| HSV(B) | 269.64º | 0.92% | 0.35% | - |
| XYZ | 3.14 | 1.52 | 9.8 | - |
| YUV | 28.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 7 | 90 | 0.47 | 0.92 | 0 | 0.65 | 269.64 | 0.86 | 0.19 |
| Hex | 30 | 7 | 5A | 2F | 5C | 0 | 41 | 10E | 56 | 13 |
| Octal | 60 | 7 | 132 | 57 | 134 | 0 | 101 | 416 | 126 | 23 |
| Binary | 110000 | 111 | 1011010 | 101111 | 1011100 | 0 | 1000001 | 100001110 | 1010110 | 10011 |
Color Harmonies of #30075A
Complementary color
Monochromatic Colors of #30075A
Black with #30075A
Text Example
Text Example
White with #30075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30075A; }
p { color: rgb(48,7,90); }
H1.HeaderClassName
{
color: #30075A;
}
.AnyTagClassName
{
color: #30075A;
}
</style>
background-color css
<style>
a { background-color: #30075A; }
a { background-color: rgb(48,7,90); }
div.DivClassName
{
background-color: #30075A;
}
.BgClassName
{
background-color: #30075A;
}
</style>
border-color css
<style>
span { border-color: #30075A; }
span { border-color: rgb(48,7,90); }
td.TdClassName
{
border-color: #30075A;
}
.TagClassName
{
border-color: #30075A;
}
</style>