Shades of Paris M #30205E
Tints of Paris M #30205E
RGB
CMYK
RGB Variations
Color information
#30205E (or 0x30205E) is known color: Paris M. HEX triplet: 30, 20 and 5E. RGB value is (48,32,94). Sum of RGB (Red+Green+Blue) = 48+32+94=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #30205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30205E is #CFDFA1. Grayscale: #2B2B2B. Windows color (decimal): -13623202 or 6168624. OLE color: 6168624.
HSL color Cylindrical-coordinate representation of color #30205E: hue angle of 255.48º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30205E is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 32 | 94 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.63 |
| HSL | 255.48º | 0.49% | 0.25% | - |
| HSV(B) | 255.48º | 0.66% | 0.37% | - |
| XYZ | 3.76 | 2.47 | 10.87 | - |
| YUV | 43.85 | 156.3 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 94 | 0.49 | 0.66 | 0 | 0.63 | 255.48 | 0.49 | 0.25 |
| Hex | 30 | 20 | 5E | 31 | 42 | 0 | 3F | FF | 31 | 19 |
| Octal | 60 | 40 | 136 | 61 | 102 | 0 | 77 | 377 | 61 | 31 |
| Binary | 110000 | 100000 | 1011110 | 110001 | 1000010 | 0 | 111111 | 11111111 | 110001 | 11001 |
Color Harmonies of #30205E
Complementary color
Monochromatic Colors of #30205E
Black with #30205E
Text Example
Text Example
White with #30205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30205E; }
p { color: rgb(48,32,94); }
H1.HeaderClassName
{
color: #30205E;
}
.AnyTagClassName
{
color: #30205E;
}
</style>
background-color css
<style>
a { background-color: #30205E; }
a { background-color: rgb(48,32,94); }
div.DivClassName
{
background-color: #30205E;
}
.BgClassName
{
background-color: #30205E;
}
</style>
border-color css
<style>
span { border-color: #30205E; }
span { border-color: rgb(48,32,94); }
td.TdClassName
{
border-color: #30205E;
}
.TagClassName
{
border-color: #30205E;
}
</style>