Shades of Paris M #30245B
Tints of Paris M #30245B
RGB
CMYK
RGB Variations
Color information
#30245B (or 0x30245B) is known color: Paris M. HEX triplet: 30, 24 and 5B. RGB value is (48,36,91). Sum of RGB (Red+Green+Blue) = 48+36+91=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #30245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30245B is #CFDBA4. Grayscale: #2D2D2D. Windows color (decimal): -13622181 or 5973040. OLE color: 5973040.
HSL color Cylindrical-coordinate representation of color #30245B: hue angle of 253.09º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30245B is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 36 | 91 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.64 |
| HSL | 253.09º | 0.43% | 0.25% | - |
| HSV(B) | 253.09º | 0.6% | 0.36% | - |
| XYZ | 3.74 | 2.65 | 10.21 | - |
| YUV | 45.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 91 | 0.47 | 0.60 | 0 | 0.64 | 253.09 | 0.43 | 0.25 |
| Hex | 30 | 24 | 5B | 2F | 3C | 0 | 40 | FD | 2B | 19 |
| Octal | 60 | 44 | 133 | 57 | 74 | 0 | 100 | 375 | 53 | 31 |
| Binary | 110000 | 100100 | 1011011 | 101111 | 111100 | 0 | 1000000 | 11111101 | 101011 | 11001 |
Color Harmonies of #30245B
Complementary color
Monochromatic Colors of #30245B
Black with #30245B
Text Example
Text Example
White with #30245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30245B; }
p { color: rgb(48,36,91); }
H1.HeaderClassName
{
color: #30245B;
}
.AnyTagClassName
{
color: #30245B;
}
</style>
background-color css
<style>
a { background-color: #30245B; }
a { background-color: rgb(48,36,91); }
div.DivClassName
{
background-color: #30245B;
}
.BgClassName
{
background-color: #30245B;
}
</style>
border-color css
<style>
span { border-color: #30245B; }
span { border-color: rgb(48,36,91); }
td.TdClassName
{
border-color: #30245B;
}
.TagClassName
{
border-color: #30245B;
}
</style>