#2F216F

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

Shades of Paris M #2F216F

Tints of Paris M #2F216F

Color information

#2F216F (or 0x2F216F) is unknown color: approx Paris M. HEX triplet: 2F, 21 and 6F. RGB value is (47,33,111). Sum of RGB (Red+Green+Blue) = 47+33+111=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F216F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F216F is #D0DE90. Grayscale: #2D2D2D. Windows color (decimal): -13688465 or 7282991. OLE color: 7282991.

HSL color Cylindrical-coordinate representation of color #2F216F: hue angle of 250.77º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F216F is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4733111-
CMYK0.580.7000.56
HSL250.77º54.17%28.24%-
HSV(B)250.77º70.27%43.53%-
XYZ4.592.8415.35-
YUV46.08164.64128.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.61%
GREEN value IS 33 (13.28% from 255) = 17.28%
BLUE value IS 111 (43.75% from 255) = 58.12%
R=24.61%
G=17.28%
B=58.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47331110.580.7000.56250.7754.1728.24
Hex2F216F3A46038fb361c
Octal5741157721060703736634
Binary1011111000011101111111010100011001110001111101111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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