Shades of Christalle #30015F
Tints of Christalle #30015F
RGB
CMYK
RGB Variations
Color information
#30015F (or 0x30015F) is known color: Christalle. HEX triplet: 30, 01 and 5F. RGB value is (48,1,95). Sum of RGB (Red+Green+Blue) = 48+1+95=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 95 (37.5% from 255 or 65.97% from 144); Max value from RGB is 95 - color contains mainly: blue. Hex color #30015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30015F is #CFFEA0. Grayscale: #191919. Windows color (decimal): -13631137 or 6226224. OLE color: 6226224.
HSL color Cylindrical-coordinate representation of color #30015F: hue angle of 270º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30015F is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 1 | 95 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.63 |
| HSL | 270º | 0.98% | 0.19% | - |
| HSV(B) | 270º | 0.99% | 0.37% | - |
| XYZ | 3.3 | 1.48 | 10.94 | - |
| YUV | 25.77 | 167.07 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 95 | 0.49 | 0.99 | 0 | 0.63 | 270 | 0.98 | 0.19 |
| Hex | 30 | 1 | 5F | 31 | 63 | 0 | 3F | 10E | 62 | 13 |
| Octal | 60 | 1 | 137 | 61 | 143 | 0 | 77 | 416 | 142 | 23 |
| Binary | 110000 | 1 | 1011111 | 110001 | 1100011 | 0 | 111111 | 100001110 | 1100010 | 10011 |
Color Harmonies of #30015F
Complementary color
Monochromatic Colors of #30015F
Black with #30015F
Text Example
Text Example
White with #30015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30015F; }
p { color: rgb(48,1,95); }
H1.HeaderClassName
{
color: #30015F;
}
.AnyTagClassName
{
color: #30015F;
}
</style>
background-color css
<style>
a { background-color: #30015F; }
a { background-color: rgb(48,1,95); }
div.DivClassName
{
background-color: #30015F;
}
.BgClassName
{
background-color: #30015F;
}
</style>
border-color css
<style>
span { border-color: #30015F; }
span { border-color: rgb(48,1,95); }
td.TdClassName
{
border-color: #30015F;
}
.TagClassName
{
border-color: #30015F;
}
</style>