#2F2162

Color #2F2162 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #2F2162

Tints of Paris M #2F2162

Color information

#2F2162 (or 0x2F2162) is unknown color: approx Paris M. HEX triplet: 2F, 21 and 62. RGB value is (47,33,98). Sum of RGB (Red+Green+Blue) = 47+33+98=178 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.40% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #2F2162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2162 is #D0DE9D. Grayscale: #2C2C2C. Windows color (decimal): -13688478 or 6431023. OLE color: 6431023.

HSL color Cylindrical-coordinate representation of color #2F2162: hue angle of 252.92º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F2162 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB473398-
CMYK0.520.6600.62
HSL252.92º49.62%25.69%-
HSV(B)252.92º66.33%38.43%-
XYZ3.922.5711.85-
YUV44.6158.14129.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 26.40%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 98 (38.67% from 255) = 55.06%
R=26.40%
G=18.54%
B=55.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4733980.520.6600.62252.9249.6225.69
Hex2F2162344203Efd321a
Octal5741142641020763756232
Binary1011111000011100010110100100001001111101111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F2162; }

 p { color: rgb(47,33,98); }

 H1.HeaderClassName
 {
   color: #2F2162;
 }
 .AnyTagClassName
 {
   color: #2F2162;
 }
</style>
background-color css

<style>
 a { background-color: #2F2162; }

 a { background-color: rgb(47,33,98); }

 div.DivClassName
 {
   background-color: #2F2162;
 }
 .BgClassName
 {
   background-color: #2F2162;
 }
</style>
border-color css

<style>
 span { border-color: #2F2162; }

 span { border-color: rgb(47,33,98); }

 td.TdClassName
 {
   border-color: #2F2162;
 }
 .TagClassName
 {
   border-color: #2F2162;
 }
</style>