Shades of Paris M #30236D
Tints of Paris M #30236D
RGB
CMYK
RGB Variations
Color information
#30236D (or 0x30236D) is known color: Paris M. HEX triplet: 30, 23 and 6D. RGB value is (48,35,109). Sum of RGB (Red+Green+Blue) = 48+35+109=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #30236D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30236D is #CFDC92. Grayscale: #2F2F2F. Windows color (decimal): -13622419 or 7152432. OLE color: 7152432.
HSL color Cylindrical-coordinate representation of color #30236D: hue angle of 250.54º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30236D is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 35 | 109 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.57 |
| HSL | 250.54º | 0.51% | 0.28% | - |
| HSV(B) | 250.54º | 0.68% | 0.43% | - |
| XYZ | 4.58 | 2.93 | 14.79 | - |
| YUV | 47.32 | 162.81 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 109 | 0.56 | 0.68 | 0 | 0.57 | 250.54 | 0.51 | 0.28 |
| Hex | 30 | 23 | 6D | 38 | 44 | 0 | 39 | FB | 33 | 1C |
| Octal | 60 | 43 | 155 | 70 | 104 | 0 | 71 | 373 | 63 | 34 |
| Binary | 110000 | 100011 | 1101101 | 111000 | 1000100 | 0 | 111001 | 11111011 | 110011 | 11100 |
Color Harmonies of #30236D
Complementary color
Monochromatic Colors of #30236D
Black with #30236D
Text Example
Text Example
White with #30236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30236D; }
p { color: rgb(48,35,109); }
H1.HeaderClassName
{
color: #30236D;
}
.AnyTagClassName
{
color: #30236D;
}
</style>
background-color css
<style>
a { background-color: #30236D; }
a { background-color: rgb(48,35,109); }
div.DivClassName
{
background-color: #30236D;
}
.BgClassName
{
background-color: #30236D;
}
</style>
border-color css
<style>
span { border-color: #30236D; }
span { border-color: rgb(48,35,109); }
td.TdClassName
{
border-color: #30236D;
}
.TagClassName
{
border-color: #30236D;
}
</style>