Shades of Paris M #30296B
Tints of Paris M #30296B
RGB
CMYK
RGB Variations
Color information
#30296B (or 0x30296B) is known color: Paris M. HEX triplet: 30, 29 and 6B. RGB value is (48,41,107). Sum of RGB (Red+Green+Blue) = 48+41+107=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #30296B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30296B is #CFD694. Grayscale: #323232. Windows color (decimal): -13620885 or 7022896. OLE color: 7022896.
HSL color Cylindrical-coordinate representation of color #30296B: hue angle of 246.36º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30296B is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 41 | 107 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.58 |
| HSL | 246.36º | 0.45% | 0.29% | - |
| HSV(B) | 246.36º | 0.62% | 0.42% | - |
| XYZ | 4.67 | 3.28 | 14.3 | - |
| YUV | 50.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 41 | 107 | 0.55 | 0.62 | 0 | 0.58 | 246.36 | 0.45 | 0.29 |
| Hex | 30 | 29 | 6B | 37 | 3E | 0 | 3A | F6 | 2D | 1D |
| Octal | 60 | 51 | 153 | 67 | 76 | 0 | 72 | 366 | 55 | 35 |
| Binary | 110000 | 101001 | 1101011 | 110111 | 111110 | 0 | 111010 | 11110110 | 101101 | 11101 |
Color Harmonies of #30296B
Complementary color
Monochromatic Colors of #30296B
Black with #30296B
Text Example
Text Example
White with #30296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30296B; }
p { color: rgb(48,41,107); }
H1.HeaderClassName
{
color: #30296B;
}
.AnyTagClassName
{
color: #30296B;
}
</style>
background-color css
<style>
a { background-color: #30296B; }
a { background-color: rgb(48,41,107); }
div.DivClassName
{
background-color: #30296B;
}
.BgClassName
{
background-color: #30296B;
}
</style>
border-color css
<style>
span { border-color: #30296B; }
span { border-color: rgb(48,41,107); }
td.TdClassName
{
border-color: #30296B;
}
.TagClassName
{
border-color: #30296B;
}
</style>