Shades of Paris M #30265B
Tints of Paris M #30265B
RGB
CMYK
RGB Variations
Color information
#30265B (or 0x30265B) is known color: Paris M. HEX triplet: 30, 26 and 5B. RGB value is (48,38,91). Sum of RGB (Red+Green+Blue) = 48+38+91=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #30265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30265B is #CFD9A4. Grayscale: #2E2E2E. Windows color (decimal): -13621669 or 5973552. OLE color: 5973552.
HSL color Cylindrical-coordinate representation of color #30265B: hue angle of 251.32º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30265B is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 38 | 91 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.64 |
| HSL | 251.32º | 0.41% | 0.25% | - |
| HSV(B) | 251.32º | 0.58% | 0.36% | - |
| XYZ | 3.8 | 2.77 | 10.23 | - |
| YUV | 47.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 38 | 91 | 0.47 | 0.58 | 0 | 0.64 | 251.32 | 0.41 | 0.25 |
| Hex | 30 | 26 | 5B | 2F | 3A | 0 | 40 | FB | 29 | 19 |
| Octal | 60 | 46 | 133 | 57 | 72 | 0 | 100 | 373 | 51 | 31 |
| Binary | 110000 | 100110 | 1011011 | 101111 | 111010 | 0 | 1000000 | 11111011 | 101001 | 11001 |
Color Harmonies of #30265B
Complementary color
Monochromatic Colors of #30265B
Black with #30265B
Text Example
Text Example
White with #30265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30265B; }
p { color: rgb(48,38,91); }
H1.HeaderClassName
{
color: #30265B;
}
.AnyTagClassName
{
color: #30265B;
}
</style>
background-color css
<style>
a { background-color: #30265B; }
a { background-color: rgb(48,38,91); }
div.DivClassName
{
background-color: #30265B;
}
.BgClassName
{
background-color: #30265B;
}
</style>
border-color css
<style>
span { border-color: #30265B; }
span { border-color: rgb(48,38,91); }
td.TdClassName
{
border-color: #30265B;
}
.TagClassName
{
border-color: #30265B;
}
</style>