#2F2163

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

Shades of Paris M #2F2163

Tints of Paris M #2F2163

Color information

#2F2163 (or 0x2F2163) is unknown color: approx Paris M. HEX triplet: 2F, 21 and 63. RGB value is (47,33,99). Sum of RGB (Red+Green+Blue) = 47+33+99=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F2163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2163 is #D0DE9C. Grayscale: #2C2C2C. Windows color (decimal): -13688477 or 6496559. OLE color: 6496559.

HSL color Cylindrical-coordinate representation of color #2F2163: hue angle of 252.73º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F2163 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB473399-
CMYK0.530.6700.61
HSL252.73º50%25.88%-
HSV(B)252.73º66.67%38.82%-
XYZ3.972.5912.1-
YUV44.71158.64129.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.26%
GREEN value IS 33 (13.28% from 255) = 18.44%
BLUE value IS 99 (39.06% from 255) = 55.31%
R=26.26%
G=18.44%
B=55.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4733990.530.6700.61252.735025.88
Hex2F2163354303Dfd321a
Octal5741143651030753756232
Binary1011111000011100011110101100001101111011111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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