Shades of Christalle #30015A
Tints of Christalle #30015A
RGB
CMYK
RGB Variations
Color information
#30015A (or 0x30015A) is known color: Christalle. HEX triplet: 30, 01 and 5A. RGB value is (48,1,90). Sum of RGB (Red+Green+Blue) = 48+1+90=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #30015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30015A is #CFFEA5. Grayscale: #181818. Windows color (decimal): -13631142 or 5898544. OLE color: 5898544.
HSL color Cylindrical-coordinate representation of color #30015A: hue angle of 271.69º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30015A is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 1 | 90 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.65 |
| HSL | 271.69º | 0.98% | 0.18% | - |
| HSV(B) | 271.69º | 0.99% | 0.35% | - |
| XYZ | 3.08 | 1.39 | 9.78 | - |
| YUV | 25.2 | 164.57 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 90 | 0.47 | 0.99 | 0 | 0.65 | 271.69 | 0.98 | 0.18 |
| Hex | 30 | 1 | 5A | 2F | 63 | 0 | 41 | 110 | 62 | 12 |
| Octal | 60 | 1 | 132 | 57 | 143 | 0 | 101 | 420 | 142 | 22 |
| Binary | 110000 | 1 | 1011010 | 101111 | 1100011 | 0 | 1000001 | 100010000 | 1100010 | 10010 |
Color Harmonies of #30015A
Complementary color
Monochromatic Colors of #30015A
Black with #30015A
Text Example
Text Example
White with #30015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30015A; }
p { color: rgb(48,1,90); }
H1.HeaderClassName
{
color: #30015A;
}
.AnyTagClassName
{
color: #30015A;
}
</style>
background-color css
<style>
a { background-color: #30015A; }
a { background-color: rgb(48,1,90); }
div.DivClassName
{
background-color: #30015A;
}
.BgClassName
{
background-color: #30015A;
}
</style>
border-color css
<style>
span { border-color: #30015A; }
span { border-color: rgb(48,1,90); }
td.TdClassName
{
border-color: #30015A;
}
.TagClassName
{
border-color: #30015A;
}
</style>