#2F215E

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

Shades of Paris M #2F215E

Tints of Paris M #2F215E

Color information

#2F215E (or 0x2F215E) is unknown color: approx Paris M. HEX triplet: 2F, 21 and 5E. RGB value is (47,33,94). Sum of RGB (Red+Green+Blue) = 47+33+94=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 33 (13.28% from 255 or 18.97% 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 #2F215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F215E is #D0DEA1. Grayscale: #2B2B2B. Windows color (decimal): -13688482 or 6168879. OLE color: 6168879.

HSL color Cylindrical-coordinate representation of color #2F215E: hue angle of 253.77º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F215E is Cyan = 0.5, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB473394-
CMYK0.50.6500.63
HSL253.77º48.03%24.9%-
HSV(B)253.77º64.89%36.86%-
XYZ3.742.510.88-
YUV44.14156.14130.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.01%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 94 (37.11% from 255) = 54.02%
R=27.01%
G=18.97%
B=54.02%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4733940.50.6500.63253.7748.0324.9
Hex2F215E324103Ffe3019
Octal5741136621010773766031
Binary1011111000011011110110010100000101111111111111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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