Shades of Christalle #30185E
Tints of Christalle #30185E
RGB
CMYK
RGB Variations
Color information
#30185E (or 0x30185E) is known color: Christalle. HEX triplet: 30, 18 and 5E. RGB value is (48,24,94). Sum of RGB (Red+Green+Blue) = 48+24+94=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #30185E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30185E is #CFE7A1. Grayscale: #262626. Windows color (decimal): -13625250 or 6166576. OLE color: 6166576.
HSL color Cylindrical-coordinate representation of color #30185E: hue angle of 260.57º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30185E is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 24 | 94 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.63 |
| HSL | 260.57º | 0.59% | 0.23% | - |
| HSV(B) | 260.57º | 0.74% | 0.37% | - |
| XYZ | 3.57 | 2.09 | 10.81 | - |
| YUV | 39.16 | 158.95 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 94 | 0.49 | 0.74 | 0 | 0.63 | 260.57 | 0.59 | 0.23 |
| Hex | 30 | 18 | 5E | 31 | 4A | 0 | 3F | 105 | 3B | 17 |
| Octal | 60 | 30 | 136 | 61 | 112 | 0 | 77 | 405 | 73 | 27 |
| Binary | 110000 | 11000 | 1011110 | 110001 | 1001010 | 0 | 111111 | 100000101 | 111011 | 10111 |
Color Harmonies of #30185E
Complementary color
Monochromatic Colors of #30185E
Black with #30185E
Text Example
Text Example
White with #30185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30185E; }
p { color: rgb(48,24,94); }
H1.HeaderClassName
{
color: #30185E;
}
.AnyTagClassName
{
color: #30185E;
}
</style>
background-color css
<style>
a { background-color: #30185E; }
a { background-color: rgb(48,24,94); }
div.DivClassName
{
background-color: #30185E;
}
.BgClassName
{
background-color: #30185E;
}
</style>
border-color css
<style>
span { border-color: #30185E; }
span { border-color: rgb(48,24,94); }
td.TdClassName
{
border-color: #30185E;
}
.TagClassName
{
border-color: #30185E;
}
</style>